Shades of Deep Sky Blue #1CBBFF
Tints of Deep Sky Blue #1CBBFF
RGB
CMYK
RGB Variations
Color information
#1CBBFF (or 0x1CBBFF) is known color: Deep Sky Blue. HEX triplet: 1C, BB and FF. RGB value is (28,187,255). Sum of RGB (Red+Green+Blue) = 28+187+255=470 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.96% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBBFF is #E34400. Grayscale: #929292. Windows color (decimal): -14894081 or 16759580. OLE color: 16759580.
HSL color Cylindrical-coordinate representation of color #1CBBFF: hue angle of 197.97º 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 #1CBBFF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 187 | 255 | - |
| CMYK | 0.89 | 0.27 | 0 | 0 |
| HSL | 197.97º | 1% | 0.55% | - |
| HSV(B) | 197.97º | 0.89% | 1% | - |
| XYZ | 36.3 | 43.01 | 101 | - |
| YUV | 147.21 | 188.82 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 255 | 0.89 | 0.27 | 0 | 0 | 197.97 | 1 | 0.55 |
| Hex | 1C | BB | FF | 59 | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 34 | 273 | 377 | 131 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11100 | 10111011 | 11111111 | 1011001 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1CBBFF
Complementary color
Monochromatic Colors of #1CBBFF
Black with #1CBBFF
Text Example
Text Example
White with #1CBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBFF; }
p { color: rgb(28,187,255); }
H1.HeaderClassName
{
color: #1CBBFF;
}
.AnyTagClassName
{
color: #1CBBFF;
}
</style>
background-color css
<style>
a { background-color: #1CBBFF; }
a { background-color: rgb(28,187,255); }
div.DivClassName
{
background-color: #1CBBFF;
}
.BgClassName
{
background-color: #1CBBFF;
}
</style>
border-color css
<style>
span { border-color: #1CBBFF; }
span { border-color: rgb(28,187,255); }
td.TdClassName
{
border-color: #1CBBFF;
}
.TagClassName
{
border-color: #1CBBFF;
}
</style>