Shades of Deep Sky Blue #09CEFA
Tints of Deep Sky Blue #09CEFA
RGB
CMYK
RGB Variations
Color information
#09CEFA (or 0x09CEFA) is known color: Deep Sky Blue. HEX triplet: 09, CE and FA. RGB value is (9,206,250). Sum of RGB (Red+Green+Blue) = 9+206+250=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #09CEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CEFA is #F63105. Grayscale: #979797. Windows color (decimal): -16134406 or 16436745. OLE color: 16436745.
HSL color Cylindrical-coordinate representation of color #09CEFA: hue angle of 190.95º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CEFA is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 206 | 250 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.02 |
| HSL | 190.95º | 0.96% | 0.51% | - |
| HSV(B) | 190.95º | 0.96% | 0.98% | - |
| XYZ | 39.44 | 51.1 | 98.23 | - |
| YUV | 152.11 | 183.23 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 250 | 0.96 | 0.18 | 0 | 0.02 | 190.95 | 0.96 | 0.51 |
| Hex | 9 | CE | FA | 60 | 12 | 0 | 2 | BF | 60 | 33 |
| Octal | 11 | 316 | 372 | 140 | 22 | 0 | 2 | 277 | 140 | 63 |
| Binary | 1001 | 11001110 | 11111010 | 1100000 | 10010 | 0 | 10 | 10111111 | 1100000 | 110011 |
Color Harmonies of #09CEFA
Complementary color
Monochromatic Colors of #09CEFA
Black with #09CEFA
Text Example
Text Example
White with #09CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CEFA; }
p { color: rgb(9,206,250); }
H1.HeaderClassName
{
color: #09CEFA;
}
.AnyTagClassName
{
color: #09CEFA;
}
</style>
background-color css
<style>
a { background-color: #09CEFA; }
a { background-color: rgb(9,206,250); }
div.DivClassName
{
background-color: #09CEFA;
}
.BgClassName
{
background-color: #09CEFA;
}
</style>
border-color css
<style>
span { border-color: #09CEFA; }
span { border-color: rgb(9,206,250); }
td.TdClassName
{
border-color: #09CEFA;
}
.TagClassName
{
border-color: #09CEFA;
}
</style>