Shades of Deep Sky Blue #1CB9FF
Tints of Deep Sky Blue #1CB9FF
RGB
CMYK
RGB Variations
Color information
#1CB9FF (or 0x1CB9FF) is known color: Deep Sky Blue. HEX triplet: 1C, B9 and FF. RGB value is (28,185,255). Sum of RGB (Red+Green+Blue) = 28+185+255=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CB9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB9FF is #E34600. Grayscale: #919191. Windows color (decimal): -14894593 or 16759068. OLE color: 16759068.
HSL color Cylindrical-coordinate representation of color #1CB9FF: hue angle of 198.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CB9FF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 185 | 255 | - |
| CMYK | 0.89 | 0.27 | 0 | 0 |
| HSL | 198.5º | 1% | 0.55% | - |
| HSV(B) | 198.5º | 0.89% | 1% | - |
| XYZ | 35.88 | 42.16 | 100.86 | - |
| YUV | 146.04 | 189.49 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 185 | 255 | 0.89 | 0.27 | 0 | 0 | 198.5 | 1 | 0.55 |
| Hex | 1C | B9 | FF | 59 | 1B | 0 | 0 | C7 | 64 | 37 |
| Octal | 34 | 271 | 377 | 131 | 33 | 0 | 0 | 307 | 144 | 67 |
| Binary | 11100 | 10111001 | 11111111 | 1011001 | 11011 | 0 | 0 | 11000111 | 1100100 | 110111 |
Color Harmonies of #1CB9FF
Complementary color
Monochromatic Colors of #1CB9FF
Black with #1CB9FF
Text Example
Text Example
White with #1CB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB9FF; }
p { color: rgb(28,185,255); }
H1.HeaderClassName
{
color: #1CB9FF;
}
.AnyTagClassName
{
color: #1CB9FF;
}
</style>
background-color css
<style>
a { background-color: #1CB9FF; }
a { background-color: rgb(28,185,255); }
div.DivClassName
{
background-color: #1CB9FF;
}
.BgClassName
{
background-color: #1CB9FF;
}
</style>
border-color css
<style>
span { border-color: #1CB9FF; }
span { border-color: rgb(28,185,255); }
td.TdClassName
{
border-color: #1CB9FF;
}
.TagClassName
{
border-color: #1CB9FF;
}
</style>