Shades of Deep Sky Blue #09B2FF
Tints of Deep Sky Blue #09B2FF
RGB
CMYK
RGB Variations
Color information
#09B2FF (or 0x09B2FF) is known color: Deep Sky Blue. HEX triplet: 09, B2 and FF. RGB value is (9,178,255). Sum of RGB (Red+Green+Blue) = 9+178+255=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #09B2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B2FF is #F64D00. Grayscale: #878787. Windows color (decimal): -16141569 or 16757257. OLE color: 16757257.
HSL color Cylindrical-coordinate representation of color #09B2FF: hue angle of 198.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B2FF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 178 | 255 | - |
| CMYK | 0.96 | 0.30 | 0 | 0 |
| HSL | 198.78º | 1% | 0.52% | - |
| HSV(B) | 198.78º | 0.96% | 1% | - |
| XYZ | 34.08 | 39.12 | 100.36 | - |
| YUV | 136.25 | 195.01 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 255 | 0.96 | 0.30 | 0 | 0 | 198.78 | 1 | 0.52 |
| Hex | 9 | B2 | FF | 60 | 1E | 0 | 0 | C7 | 64 | 34 |
| Octal | 11 | 262 | 377 | 140 | 36 | 0 | 0 | 307 | 144 | 64 |
| Binary | 1001 | 10110010 | 11111111 | 1100000 | 11110 | 0 | 0 | 11000111 | 1100100 | 110100 |
Color Harmonies of #09B2FF
Complementary color
Monochromatic Colors of #09B2FF
Black with #09B2FF
Text Example
Text Example
White with #09B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2FF; }
p { color: rgb(9,178,255); }
H1.HeaderClassName
{
color: #09B2FF;
}
.AnyTagClassName
{
color: #09B2FF;
}
</style>
background-color css
<style>
a { background-color: #09B2FF; }
a { background-color: rgb(9,178,255); }
div.DivClassName
{
background-color: #09B2FF;
}
.BgClassName
{
background-color: #09B2FF;
}
</style>
border-color css
<style>
span { border-color: #09B2FF; }
span { border-color: rgb(9,178,255); }
td.TdClassName
{
border-color: #09B2FF;
}
.TagClassName
{
border-color: #09B2FF;
}
</style>