Shades of Deep Sky Blue #09C9FC
Tints of Deep Sky Blue #09C9FC
RGB
CMYK
RGB Variations
Color information
#09C9FC (or 0x09C9FC) is known color: Deep Sky Blue. HEX triplet: 09, C9 and FC. RGB value is (9,201,252). Sum of RGB (Red+Green+Blue) = 9+201+252=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #09C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C9FC is #F63603. Grayscale: #959595. Windows color (decimal): -16135684 or 16566537. OLE color: 16566537.
HSL color Cylindrical-coordinate representation of color #09C9FC: hue angle of 192.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C9FC is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 201 | 252 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.01 |
| HSL | 192.59º | 0.98% | 0.51% | - |
| HSV(B) | 192.59º | 0.96% | 0.99% | - |
| XYZ | 38.57 | 48.86 | 99.49 | - |
| YUV | 149.41 | 185.89 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 201 | 252 | 0.96 | 0.20 | 0 | 0.01 | 192.59 | 0.98 | 0.51 |
| Hex | 9 | C9 | FC | 60 | 14 | 0 | 1 | C1 | 62 | 33 |
| Octal | 11 | 311 | 374 | 140 | 24 | 0 | 1 | 301 | 142 | 63 |
| Binary | 1001 | 11001001 | 11111100 | 1100000 | 10100 | 0 | 1 | 11000001 | 1100010 | 110011 |
Color Harmonies of #09C9FC
Complementary color
Monochromatic Colors of #09C9FC
Black with #09C9FC
Text Example
Text Example
White with #09C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C9FC; }
p { color: rgb(9,201,252); }
H1.HeaderClassName
{
color: #09C9FC;
}
.AnyTagClassName
{
color: #09C9FC;
}
</style>
background-color css
<style>
a { background-color: #09C9FC; }
a { background-color: rgb(9,201,252); }
div.DivClassName
{
background-color: #09C9FC;
}
.BgClassName
{
background-color: #09C9FC;
}
</style>
border-color css
<style>
span { border-color: #09C9FC; }
span { border-color: rgb(9,201,252); }
td.TdClassName
{
border-color: #09C9FC;
}
.TagClassName
{
border-color: #09C9FC;
}
</style>