Shades of Deep Sky Blue #00CFF0
Tints of Deep Sky Blue #00CFF0
RGB
CMYK
RGB Variations
Color information
#00CFF0 (or 0x00CFF0) is known color: Deep Sky Blue. HEX triplet: 00, CF and F0. RGB value is (0,207,240). Sum of RGB (Red+Green+Blue) = 0+207+240=447 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #00CFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFF0 is #FF300F. Grayscale: #949494. Windows color (decimal): -16723984 or 15781632. OLE color: 15781632.
HSL color Cylindrical-coordinate representation of color #00CFF0: hue angle of 188.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFF0 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 207 | 240 | - |
| CMYK | 1 | 0.14 | 0 | 0.06 |
| HSL | 188.25º | 1% | 0.47% | - |
| HSV(B) | 188.25º | 1% | 0.94% | - |
| XYZ | 38.04 | 50.92 | 90.26 | - |
| YUV | 148.87 | 179.42 | 21.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 240 | 1 | 0.14 | 0 | 0.06 | 188.25 | 1 | 0.47 |
| Hex | 0 | CF | F0 | 64 | E | 0 | 6 | BC | 64 | 2F |
| Octal | 0 | 317 | 360 | 144 | 16 | 0 | 6 | 274 | 144 | 57 |
| Binary | 0 | 11001111 | 11110000 | 1100100 | 1110 | 0 | 110 | 10111100 | 1100100 | 101111 |
Color Harmonies of #00CFF0
Complementary color
Monochromatic Colors of #00CFF0
Black with #00CFF0
Text Example
Text Example
White with #00CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFF0; }
p { color: rgb(0,207,240); }
H1.HeaderClassName
{
color: #00CFF0;
}
.AnyTagClassName
{
color: #00CFF0;
}
</style>
background-color css
<style>
a { background-color: #00CFF0; }
a { background-color: rgb(0,207,240); }
div.DivClassName
{
background-color: #00CFF0;
}
.BgClassName
{
background-color: #00CFF0;
}
</style>
border-color css
<style>
span { border-color: #00CFF0; }
span { border-color: rgb(0,207,240); }
td.TdClassName
{
border-color: #00CFF0;
}
.TagClassName
{
border-color: #00CFF0;
}
</style>