Shades of Deep Sky Blue #00CFF1
Tints of Deep Sky Blue #00CFF1
RGB
CMYK
RGB Variations
Color information
#00CFF1 (or 0x00CFF1) is known color: Deep Sky Blue. HEX triplet: 00, CF and F1. RGB value is (0,207,241). Sum of RGB (Red+Green+Blue) = 0+207+241=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #00CFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFF1 is #FF300E. Grayscale: #949494. Windows color (decimal): -16723983 or 15847168. OLE color: 15847168.
HSL color Cylindrical-coordinate representation of color #00CFF1: hue angle of 188.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFF1 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 207 | 241 | - |
| CMYK | 1 | 0.14 | 0 | 0.05 |
| HSL | 188.46º | 1% | 0.47% | - |
| HSV(B) | 188.46º | 1% | 0.95% | - |
| XYZ | 38.19 | 50.98 | 91.05 | - |
| YUV | 148.98 | 179.92 | 21.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 241 | 1 | 0.14 | 0 | 0.05 | 188.46 | 1 | 0.47 |
| Hex | 0 | CF | F1 | 64 | E | 0 | 5 | BC | 64 | 2F |
| Octal | 0 | 317 | 361 | 144 | 16 | 0 | 5 | 274 | 144 | 57 |
| Binary | 0 | 11001111 | 11110001 | 1100100 | 1110 | 0 | 101 | 10111100 | 1100100 | 101111 |
Color Harmonies of #00CFF1
Complementary color
Monochromatic Colors of #00CFF1
Black with #00CFF1
Text Example
Text Example
White with #00CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFF1; }
p { color: rgb(0,207,241); }
H1.HeaderClassName
{
color: #00CFF1;
}
.AnyTagClassName
{
color: #00CFF1;
}
</style>
background-color css
<style>
a { background-color: #00CFF1; }
a { background-color: rgb(0,207,241); }
div.DivClassName
{
background-color: #00CFF1;
}
.BgClassName
{
background-color: #00CFF1;
}
</style>
border-color css
<style>
span { border-color: #00CFF1; }
span { border-color: rgb(0,207,241); }
td.TdClassName
{
border-color: #00CFF1;
}
.TagClassName
{
border-color: #00CFF1;
}
</style>