Shades of Deep Sky Blue #09B8FF
Tints of Deep Sky Blue #09B8FF
RGB
CMYK
RGB Variations
Color information
#09B8FF (or 0x09B8FF) is known color: Deep Sky Blue. HEX triplet: 09, B8 and FF. RGB value is (9,184,255). Sum of RGB (Red+Green+Blue) = 9+184+255=448 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #09B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B8FF is #F64700. Grayscale: #8B8B8B. Windows color (decimal): -16140033 or 16758793. OLE color: 16758793.
HSL color Cylindrical-coordinate representation of color #09B8FF: hue angle of 197.32º 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 #09B8FF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 184 | 255 | - |
| CMYK | 0.96 | 0.28 | 0 | 0 |
| HSL | 197.32º | 1% | 0.52% | - |
| HSV(B) | 197.32º | 0.96% | 1% | - |
| XYZ | 35.3 | 41.56 | 100.77 | - |
| YUV | 139.77 | 193.02 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 255 | 0.96 | 0.28 | 0 | 0 | 197.32 | 1 | 0.52 |
| Hex | 9 | B8 | FF | 60 | 1C | 0 | 0 | C5 | 64 | 34 |
| Octal | 11 | 270 | 377 | 140 | 34 | 0 | 0 | 305 | 144 | 64 |
| Binary | 1001 | 10111000 | 11111111 | 1100000 | 11100 | 0 | 0 | 11000101 | 1100100 | 110100 |
Color Harmonies of #09B8FF
Complementary color
Monochromatic Colors of #09B8FF
Black with #09B8FF
Text Example
Text Example
White with #09B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8FF; }
p { color: rgb(9,184,255); }
H1.HeaderClassName
{
color: #09B8FF;
}
.AnyTagClassName
{
color: #09B8FF;
}
</style>
background-color css
<style>
a { background-color: #09B8FF; }
a { background-color: rgb(9,184,255); }
div.DivClassName
{
background-color: #09B8FF;
}
.BgClassName
{
background-color: #09B8FF;
}
</style>
border-color css
<style>
span { border-color: #09B8FF; }
span { border-color: rgb(9,184,255); }
td.TdClassName
{
border-color: #09B8FF;
}
.TagClassName
{
border-color: #09B8FF;
}
</style>