Shades of Deep Sky Blue #09CDF2
Tints of Deep Sky Blue #09CDF2
RGB
CMYK
RGB Variations
Color information
#09CDF2 (or 0x09CDF2) is known color: Deep Sky Blue. HEX triplet: 09, CD and F2. RGB value is (9,205,242). Sum of RGB (Red+Green+Blue) = 9+205+242=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #09CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDF2 is #F6320D. Grayscale: #969696. Windows color (decimal): -16134670 or 15912201. OLE color: 15912201.
HSL color Cylindrical-coordinate representation of color #09CDF2: hue angle of 189.53º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDF2 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 205 | 242 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.05 |
| HSL | 189.53º | 0.93% | 0.49% | - |
| HSV(B) | 189.53º | 0.96% | 0.95% | - |
| XYZ | 37.97 | 50.13 | 91.68 | - |
| YUV | 150.61 | 179.57 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 242 | 0.96 | 0.15 | 0 | 0.05 | 189.53 | 0.93 | 0.49 |
| Hex | 9 | CD | F2 | 60 | F | 0 | 5 | BE | 5D | 31 |
| Octal | 11 | 315 | 362 | 140 | 17 | 0 | 5 | 276 | 135 | 61 |
| Binary | 1001 | 11001101 | 11110010 | 1100000 | 1111 | 0 | 101 | 10111110 | 1011101 | 110001 |
Color Harmonies of #09CDF2
Complementary color
Monochromatic Colors of #09CDF2
Black with #09CDF2
Text Example
Text Example
White with #09CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDF2; }
p { color: rgb(9,205,242); }
H1.HeaderClassName
{
color: #09CDF2;
}
.AnyTagClassName
{
color: #09CDF2;
}
</style>
background-color css
<style>
a { background-color: #09CDF2; }
a { background-color: rgb(9,205,242); }
div.DivClassName
{
background-color: #09CDF2;
}
.BgClassName
{
background-color: #09CDF2;
}
</style>
border-color css
<style>
span { border-color: #09CDF2; }
span { border-color: rgb(9,205,242); }
td.TdClassName
{
border-color: #09CDF2;
}
.TagClassName
{
border-color: #09CDF2;
}
</style>