Shades of Deep Sky Blue #09CCF8
Tints of Deep Sky Blue #09CCF8
RGB
CMYK
RGB Variations
Color information
#09CCF8 (or 0x09CCF8) is known color: Deep Sky Blue. HEX triplet: 09, CC and F8. RGB value is (9,204,248). Sum of RGB (Red+Green+Blue) = 9+204+248=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #09CCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CCF8 is #F63307. Grayscale: #969696. Windows color (decimal): -16134920 or 16305161. OLE color: 16305161.
HSL color Cylindrical-coordinate representation of color #09CCF8: hue angle of 191.05º 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 #09CCF8 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 204 | 248 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.03 |
| HSL | 191.05º | 0.94% | 0.5% | - |
| HSV(B) | 191.05º | 0.96% | 0.97% | - |
| XYZ | 38.65 | 50.02 | 96.42 | - |
| YUV | 150.71 | 182.9 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 248 | 0.96 | 0.18 | 0 | 0.03 | 191.05 | 0.94 | 0.5 |
| Hex | 9 | CC | F8 | 60 | 12 | 0 | 3 | BF | 5E | 32 |
| Octal | 11 | 314 | 370 | 140 | 22 | 0 | 3 | 277 | 136 | 62 |
| Binary | 1001 | 11001100 | 11111000 | 1100000 | 10010 | 0 | 11 | 10111111 | 1011110 | 110010 |
Color Harmonies of #09CCF8
Complementary color
Monochromatic Colors of #09CCF8
Black with #09CCF8
Text Example
Text Example
White with #09CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCF8; }
p { color: rgb(9,204,248); }
H1.HeaderClassName
{
color: #09CCF8;
}
.AnyTagClassName
{
color: #09CCF8;
}
</style>
background-color css
<style>
a { background-color: #09CCF8; }
a { background-color: rgb(9,204,248); }
div.DivClassName
{
background-color: #09CCF8;
}
.BgClassName
{
background-color: #09CCF8;
}
</style>
border-color css
<style>
span { border-color: #09CCF8; }
span { border-color: rgb(9,204,248); }
td.TdClassName
{
border-color: #09CCF8;
}
.TagClassName
{
border-color: #09CCF8;
}
</style>