Shades of Deep Sky Blue #1CBCFC
Tints of Deep Sky Blue #1CBCFC
RGB
CMYK
RGB Variations
Color information
#1CBCFC (or 0x1CBCFC) is known color: Deep Sky Blue. HEX triplet: 1C, BC and FC. RGB value is (28,188,252). Sum of RGB (Red+Green+Blue) = 28+188+252=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBCFC is #E34303. Grayscale: #939393. Windows color (decimal): -14893828 or 16563228. OLE color: 16563228.
HSL color Cylindrical-coordinate representation of color #1CBCFC: hue angle of 197.14º 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 #1CBCFC is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 188 | 252 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.01 |
| HSL | 197.14º | 0.97% | 0.55% | - |
| HSV(B) | 197.14º | 0.89% | 0.99% | - |
| XYZ | 36.03 | 43.24 | 98.54 | - |
| YUV | 147.46 | 186.99 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 252 | 0.89 | 0.25 | 0 | 0.01 | 197.14 | 0.97 | 0.55 |
| Hex | 1C | BC | FC | 59 | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 34 | 274 | 374 | 131 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11100 | 10111100 | 11111100 | 1011001 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1CBCFC
Complementary color
Monochromatic Colors of #1CBCFC
Black with #1CBCFC
Text Example
Text Example
White with #1CBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCFC; }
p { color: rgb(28,188,252); }
H1.HeaderClassName
{
color: #1CBCFC;
}
.AnyTagClassName
{
color: #1CBCFC;
}
</style>
background-color css
<style>
a { background-color: #1CBCFC; }
a { background-color: rgb(28,188,252); }
div.DivClassName
{
background-color: #1CBCFC;
}
.BgClassName
{
background-color: #1CBCFC;
}
</style>
border-color css
<style>
span { border-color: #1CBCFC; }
span { border-color: rgb(28,188,252); }
td.TdClassName
{
border-color: #1CBCFC;
}
.TagClassName
{
border-color: #1CBCFC;
}
</style>