Shades of Deep Sky Blue #00CAFE
Tints of Deep Sky Blue #00CAFE
RGB
CMYK
RGB Variations
Color information
#00CAFE (or 0x00CAFE) is known color: Deep Sky Blue. HEX triplet: 00, CA and FE. RGB value is (0,202,254). Sum of RGB (Red+Green+Blue) = 0+202+254=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #00CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAFE is #FF3501. Grayscale: #939393. Windows color (decimal): -16725250 or 16697856. OLE color: 16697856.
HSL color Cylindrical-coordinate representation of color #00CAFE: hue angle of 192.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAFE is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 202 | 254 | - |
| CMYK | 1 | 0.20 | 0 | 0.00 |
| HSL | 192.28º | 1% | 0.5% | - |
| HSV(B) | 192.28º | 1% | 1% | - |
| XYZ | 39.01 | 49.4 | 101.24 | - |
| YUV | 147.53 | 188.08 | 22.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 254 | 1 | 0.20 | 0 | 0.00 | 192.28 | 1 | 0.5 |
| Hex | 0 | CA | FE | 64 | 14 | 0 | 0 | C0 | 64 | 32 |
| Octal | 0 | 312 | 376 | 144 | 24 | 0 | 0 | 300 | 144 | 62 |
| Binary | 0 | 11001010 | 11111110 | 1100100 | 10100 | 0 | 0 | 11000000 | 1100100 | 110010 |
Color Harmonies of #00CAFE
Complementary color
Monochromatic Colors of #00CAFE
Black with #00CAFE
Text Example
Text Example
White with #00CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAFE; }
p { color: rgb(0,202,254); }
H1.HeaderClassName
{
color: #00CAFE;
}
.AnyTagClassName
{
color: #00CAFE;
}
</style>
background-color css
<style>
a { background-color: #00CAFE; }
a { background-color: rgb(0,202,254); }
div.DivClassName
{
background-color: #00CAFE;
}
.BgClassName
{
background-color: #00CAFE;
}
</style>
border-color css
<style>
span { border-color: #00CAFE; }
span { border-color: rgb(0,202,254); }
td.TdClassName
{
border-color: #00CAFE;
}
.TagClassName
{
border-color: #00CAFE;
}
</style>