Shades of Deep Sky Blue #09CBF8
Tints of Deep Sky Blue #09CBF8
RGB
CMYK
RGB Variations
Color information
#09CBF8 (or 0x09CBF8) is known color: Deep Sky Blue. HEX triplet: 09, CB and F8. RGB value is (9,203,248). Sum of RGB (Red+Green+Blue) = 9+203+248=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #09CBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBF8 is #F63407. Grayscale: #959595. Windows color (decimal): -16135176 or 16304905. OLE color: 16304905.
HSL color Cylindrical-coordinate representation of color #09CBF8: hue angle of 191.3º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CBF8 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 203 | 248 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.03 |
| HSL | 191.3º | 0.94% | 0.5% | - |
| HSV(B) | 191.3º | 0.96% | 0.97% | - |
| XYZ | 38.41 | 49.55 | 96.35 | - |
| YUV | 150.12 | 183.23 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 248 | 0.96 | 0.18 | 0 | 0.03 | 191.3 | 0.94 | 0.5 |
| Hex | 9 | CB | F8 | 60 | 12 | 0 | 3 | BF | 5E | 32 |
| Octal | 11 | 313 | 370 | 140 | 22 | 0 | 3 | 277 | 136 | 62 |
| Binary | 1001 | 11001011 | 11111000 | 1100000 | 10010 | 0 | 11 | 10111111 | 1011110 | 110010 |
Color Harmonies of #09CBF8
Complementary color
Monochromatic Colors of #09CBF8
Black with #09CBF8
Text Example
Text Example
White with #09CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBF8; }
p { color: rgb(9,203,248); }
H1.HeaderClassName
{
color: #09CBF8;
}
.AnyTagClassName
{
color: #09CBF8;
}
</style>
background-color css
<style>
a { background-color: #09CBF8; }
a { background-color: rgb(9,203,248); }
div.DivClassName
{
background-color: #09CBF8;
}
.BgClassName
{
background-color: #09CBF8;
}
</style>
border-color css
<style>
span { border-color: #09CBF8; }
span { border-color: rgb(9,203,248); }
td.TdClassName
{
border-color: #09CBF8;
}
.TagClassName
{
border-color: #09CBF8;
}
</style>