Shades of Deep Sky Blue #09BBFE
Tints of Deep Sky Blue #09BBFE
RGB
CMYK
RGB Variations
Color information
#09BBFE (or 0x09BBFE) is known color: Deep Sky Blue. HEX triplet: 09, BB and FE. RGB value is (9,187,254). Sum of RGB (Red+Green+Blue) = 9+187+254=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #09BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BBFE is #F64401. Grayscale: #8C8C8C. Windows color (decimal): -16139266 or 16694025. OLE color: 16694025.
HSL color Cylindrical-coordinate representation of color #09BBFE: hue angle of 196.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBFE is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 187 | 254 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.00 |
| HSL | 196.41º | 0.99% | 0.52% | - |
| HSV(B) | 196.41º | 0.96% | 1% | - |
| XYZ | 35.77 | 42.75 | 100.13 | - |
| YUV | 141.42 | 191.53 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 254 | 0.96 | 0.26 | 0 | 0.00 | 196.41 | 0.99 | 0.52 |
| Hex | 9 | BB | FE | 60 | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 11 | 273 | 376 | 140 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1001 | 10111011 | 11111110 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #09BBFE
Complementary color
Monochromatic Colors of #09BBFE
Black with #09BBFE
Text Example
Text Example
White with #09BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBFE; }
p { color: rgb(9,187,254); }
H1.HeaderClassName
{
color: #09BBFE;
}
.AnyTagClassName
{
color: #09BBFE;
}
</style>
background-color css
<style>
a { background-color: #09BBFE; }
a { background-color: rgb(9,187,254); }
div.DivClassName
{
background-color: #09BBFE;
}
.BgClassName
{
background-color: #09BBFE;
}
</style>
border-color css
<style>
span { border-color: #09BBFE; }
span { border-color: rgb(9,187,254); }
td.TdClassName
{
border-color: #09BBFE;
}
.TagClassName
{
border-color: #09BBFE;
}
</style>