Shades of Deep Sky Blue #09CBF7
Tints of Deep Sky Blue #09CBF7
RGB
CMYK
RGB Variations
Color information
#09CBF7 (or 0x09CBF7) is known color: Deep Sky Blue. HEX triplet: 09, CB and F7. RGB value is (9,203,247). Sum of RGB (Red+Green+Blue) = 9+203+247=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #09CBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBF7 is #F63408. Grayscale: #959595. Windows color (decimal): -16135177 or 16239369. OLE color: 16239369.
HSL color Cylindrical-coordinate representation of color #09CBF7: hue angle of 191.09º 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 #09CBF7 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 203 | 247 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.03 |
| HSL | 191.09º | 0.94% | 0.5% | - |
| HSV(B) | 191.09º | 0.96% | 0.97% | - |
| XYZ | 38.26 | 49.49 | 95.53 | - |
| YUV | 150.01 | 182.73 | 27.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 247 | 0.96 | 0.18 | 0 | 0.03 | 191.09 | 0.94 | 0.5 |
| Hex | 9 | CB | F7 | 60 | 12 | 0 | 3 | BF | 5E | 32 |
| Octal | 11 | 313 | 367 | 140 | 22 | 0 | 3 | 277 | 136 | 62 |
| Binary | 1001 | 11001011 | 11110111 | 1100000 | 10010 | 0 | 11 | 10111111 | 1011110 | 110010 |
Color Harmonies of #09CBF7
Complementary color
Monochromatic Colors of #09CBF7
Black with #09CBF7
Text Example
Text Example
White with #09CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBF7; }
p { color: rgb(9,203,247); }
H1.HeaderClassName
{
color: #09CBF7;
}
.AnyTagClassName
{
color: #09CBF7;
}
</style>
background-color css
<style>
a { background-color: #09CBF7; }
a { background-color: rgb(9,203,247); }
div.DivClassName
{
background-color: #09CBF7;
}
.BgClassName
{
background-color: #09CBF7;
}
</style>
border-color css
<style>
span { border-color: #09CBF7; }
span { border-color: rgb(9,203,247); }
td.TdClassName
{
border-color: #09CBF7;
}
.TagClassName
{
border-color: #09CBF7;
}
</style>