Shades of Deep Sky Blue #00CAFD
Tints of Deep Sky Blue #00CAFD
RGB
CMYK
RGB Variations
Color information
#00CAFD (or 0x00CAFD) is known color: Deep Sky Blue. HEX triplet: 00, CA and FD. RGB value is (0,202,253). Sum of RGB (Red+Green+Blue) = 0+202+253=455 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #00CAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAFD is #FF3502. Grayscale: #939393. Windows color (decimal): -16725251 or 16632320. OLE color: 16632320.
HSL color Cylindrical-coordinate representation of color #00CAFD: hue angle of 192.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAFD is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 202 | 253 | - |
| CMYK | 1 | 0.20 | 0 | 0.01 |
| HSL | 192.09º | 1% | 0.5% | - |
| HSV(B) | 192.09º | 1% | 0.99% | - |
| XYZ | 38.85 | 49.33 | 100.4 | - |
| YUV | 147.42 | 187.58 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 253 | 1 | 0.20 | 0 | 0.01 | 192.09 | 1 | 0.5 |
| Hex | 0 | CA | FD | 64 | 14 | 0 | 1 | C0 | 64 | 32 |
| Octal | 0 | 312 | 375 | 144 | 24 | 0 | 1 | 300 | 144 | 62 |
| Binary | 0 | 11001010 | 11111101 | 1100100 | 10100 | 0 | 1 | 11000000 | 1100100 | 110010 |
Color Harmonies of #00CAFD
Complementary color
Monochromatic Colors of #00CAFD
Black with #00CAFD
Text Example
Text Example
White with #00CAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAFD; }
p { color: rgb(0,202,253); }
H1.HeaderClassName
{
color: #00CAFD;
}
.AnyTagClassName
{
color: #00CAFD;
}
</style>
background-color css
<style>
a { background-color: #00CAFD; }
a { background-color: rgb(0,202,253); }
div.DivClassName
{
background-color: #00CAFD;
}
.BgClassName
{
background-color: #00CAFD;
}
</style>
border-color css
<style>
span { border-color: #00CAFD; }
span { border-color: rgb(0,202,253); }
td.TdClassName
{
border-color: #00CAFD;
}
.TagClassName
{
border-color: #00CAFD;
}
</style>