Shades of Deep Sky Blue #1CBBFE
Tints of Deep Sky Blue #1CBBFE
RGB
CMYK
RGB Variations
Color information
#1CBBFE (or 0x1CBBFE) is known color: Deep Sky Blue. HEX triplet: 1C, BB and FE. RGB value is (28,187,254). Sum of RGB (Red+Green+Blue) = 28+187+254=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CBBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBBFE is #E34401. Grayscale: #929292. Windows color (decimal): -14894082 or 16694044. OLE color: 16694044.
HSL color Cylindrical-coordinate representation of color #1CBBFE: hue angle of 197.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CBBFE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 187 | 254 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.00 |
| HSL | 197.79º | 0.99% | 0.55% | - |
| HSV(B) | 197.79º | 0.89% | 1% | - |
| XYZ | 36.14 | 42.94 | 100.15 | - |
| YUV | 147.1 | 188.32 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 254 | 0.89 | 0.26 | 0 | 0.00 | 197.79 | 0.99 | 0.55 |
| Hex | 1C | BB | FE | 59 | 1A | 0 | 0 | C6 | 63 | 37 |
| Octal | 34 | 273 | 376 | 131 | 32 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11100 | 10111011 | 11111110 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1CBBFE
Complementary color
Monochromatic Colors of #1CBBFE
Black with #1CBBFE
Text Example
Text Example
White with #1CBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBFE; }
p { color: rgb(28,187,254); }
H1.HeaderClassName
{
color: #1CBBFE;
}
.AnyTagClassName
{
color: #1CBBFE;
}
</style>
background-color css
<style>
a { background-color: #1CBBFE; }
a { background-color: rgb(28,187,254); }
div.DivClassName
{
background-color: #1CBBFE;
}
.BgClassName
{
background-color: #1CBBFE;
}
</style>
border-color css
<style>
span { border-color: #1CBBFE; }
span { border-color: rgb(28,187,254); }
td.TdClassName
{
border-color: #1CBBFE;
}
.TagClassName
{
border-color: #1CBBFE;
}
</style>