Shades of Deep Sky Blue #00CCF6
Tints of Deep Sky Blue #00CCF6
RGB
CMYK
RGB Variations
Color information
#00CCF6 (or 0x00CCF6) is known color: Deep Sky Blue. HEX triplet: 00, CC and F6. RGB value is (0,204,246). Sum of RGB (Red+Green+Blue) = 0+204+246=450 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #00CCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CCF6 is #FF3309. Grayscale: #939393. Windows color (decimal): -16724746 or 16174080. OLE color: 16174080.
HSL color Cylindrical-coordinate representation of color #00CCF6: hue angle of 190.24º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCF6 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 204 | 246 | - |
| CMYK | 1 | 0.17 | 0 | 0.04 |
| HSL | 190.24º | 1% | 0.48% | - |
| HSV(B) | 190.24º | 1% | 0.96% | - |
| XYZ | 38.23 | 49.84 | 94.79 | - |
| YUV | 147.79 | 183.41 | 22.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 246 | 1 | 0.17 | 0 | 0.04 | 190.24 | 1 | 0.48 |
| Hex | 0 | CC | F6 | 64 | 11 | 0 | 4 | BE | 64 | 30 |
| Octal | 0 | 314 | 366 | 144 | 21 | 0 | 4 | 276 | 144 | 60 |
| Binary | 0 | 11001100 | 11110110 | 1100100 | 10001 | 0 | 100 | 10111110 | 1100100 | 110000 |
Color Harmonies of #00CCF6
Complementary color
Monochromatic Colors of #00CCF6
Black with #00CCF6
Text Example
Text Example
White with #00CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCF6; }
p { color: rgb(0,204,246); }
H1.HeaderClassName
{
color: #00CCF6;
}
.AnyTagClassName
{
color: #00CCF6;
}
</style>
background-color css
<style>
a { background-color: #00CCF6; }
a { background-color: rgb(0,204,246); }
div.DivClassName
{
background-color: #00CCF6;
}
.BgClassName
{
background-color: #00CCF6;
}
</style>
border-color css
<style>
span { border-color: #00CCF6; }
span { border-color: rgb(0,204,246); }
td.TdClassName
{
border-color: #00CCF6;
}
.TagClassName
{
border-color: #00CCF6;
}
</style>