Shades of Deep Sky Blue #09CDF1
Tints of Deep Sky Blue #09CDF1
RGB
CMYK
RGB Variations
Color information
#09CDF1 (or 0x09CDF1) is known color: Deep Sky Blue. HEX triplet: 09, CD and F1. RGB value is (9,205,241). Sum of RGB (Red+Green+Blue) = 9+205+241=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #09CDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDF1 is #F6320E. Grayscale: #969696. Windows color (decimal): -16134671 or 15846665. OLE color: 15846665.
HSL color Cylindrical-coordinate representation of color #09CDF1: hue angle of 189.31º 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 #09CDF1 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 205 | 241 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.05 |
| HSL | 189.31º | 0.93% | 0.49% | - |
| HSV(B) | 189.31º | 0.96% | 0.95% | - |
| XYZ | 37.82 | 50.07 | 90.89 | - |
| YUV | 150.5 | 179.07 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 241 | 0.96 | 0.15 | 0 | 0.05 | 189.31 | 0.93 | 0.49 |
| Hex | 9 | CD | F1 | 60 | F | 0 | 5 | BD | 5D | 31 |
| Octal | 11 | 315 | 361 | 140 | 17 | 0 | 5 | 275 | 135 | 61 |
| Binary | 1001 | 11001101 | 11110001 | 1100000 | 1111 | 0 | 101 | 10111101 | 1011101 | 110001 |
Color Harmonies of #09CDF1
Complementary color
Monochromatic Colors of #09CDF1
Black with #09CDF1
Text Example
Text Example
White with #09CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDF1; }
p { color: rgb(9,205,241); }
H1.HeaderClassName
{
color: #09CDF1;
}
.AnyTagClassName
{
color: #09CDF1;
}
</style>
background-color css
<style>
a { background-color: #09CDF1; }
a { background-color: rgb(9,205,241); }
div.DivClassName
{
background-color: #09CDF1;
}
.BgClassName
{
background-color: #09CDF1;
}
</style>
border-color css
<style>
span { border-color: #09CDF1; }
span { border-color: rgb(9,205,241); }
td.TdClassName
{
border-color: #09CDF1;
}
.TagClassName
{
border-color: #09CDF1;
}
</style>