Shades of Deep Sky Blue #1CBFFC
Tints of Deep Sky Blue #1CBFFC
RGB
CMYK
RGB Variations
Color information
#1CBFFC (or 0x1CBFFC) is known color: Deep Sky Blue. HEX triplet: 1C, BF and FC. RGB value is (28,191,252). Sum of RGB (Red+Green+Blue) = 28+191+252=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBFFC is #E34003. Grayscale: #949494. Windows color (decimal): -14893060 or 16563996. OLE color: 16563996.
HSL color Cylindrical-coordinate representation of color #1CBFFC: hue angle of 196.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBFFC is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 191 | 252 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.01 |
| HSL | 196.34º | 0.97% | 0.55% | - |
| HSV(B) | 196.34º | 0.89% | 0.99% | - |
| XYZ | 36.68 | 44.54 | 98.76 | - |
| YUV | 149.22 | 186 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 191 | 252 | 0.89 | 0.24 | 0 | 0.01 | 196.34 | 0.97 | 0.55 |
| Hex | 1C | BF | FC | 59 | 18 | 0 | 1 | C4 | 61 | 37 |
| Octal | 34 | 277 | 374 | 131 | 30 | 0 | 1 | 304 | 141 | 67 |
| Binary | 11100 | 10111111 | 11111100 | 1011001 | 11000 | 0 | 1 | 11000100 | 1100001 | 110111 |
Color Harmonies of #1CBFFC
Complementary color
Monochromatic Colors of #1CBFFC
Black with #1CBFFC
Text Example
Text Example
White with #1CBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBFFC; }
p { color: rgb(28,191,252); }
H1.HeaderClassName
{
color: #1CBFFC;
}
.AnyTagClassName
{
color: #1CBFFC;
}
</style>
background-color css
<style>
a { background-color: #1CBFFC; }
a { background-color: rgb(28,191,252); }
div.DivClassName
{
background-color: #1CBFFC;
}
.BgClassName
{
background-color: #1CBFFC;
}
</style>
border-color css
<style>
span { border-color: #1CBFFC; }
span { border-color: rgb(28,191,252); }
td.TdClassName
{
border-color: #1CBFFC;
}
.TagClassName
{
border-color: #1CBFFC;
}
</style>