Shades of Deep Sky Blue #07CAFA
Tints of Deep Sky Blue #07CAFA
RGB
CMYK
RGB Variations
Color information
#07CAFA (or 0x07CAFA) is known color: Deep Sky Blue. HEX triplet: 07, CA and FA. RGB value is (7,202,250). Sum of RGB (Red+Green+Blue) = 7+202+250=459 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #07CAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CAFA is #F83505. Grayscale: #949494. Windows color (decimal): -16266502 or 16435719. OLE color: 16435719.
HSL color Cylindrical-coordinate representation of color #07CAFA: hue angle of 191.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAFA is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 202 | 250 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.02 |
| HSL | 191.85º | 0.96% | 0.5% | - |
| HSV(B) | 191.85º | 0.97% | 0.98% | - |
| XYZ | 38.46 | 49.19 | 97.91 | - |
| YUV | 149.17 | 184.9 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 250 | 0.97 | 0.19 | 0 | 0.02 | 191.85 | 0.96 | 0.5 |
| Hex | 7 | CA | FA | 61 | 13 | 0 | 2 | C0 | 60 | 32 |
| Octal | 7 | 312 | 372 | 141 | 23 | 0 | 2 | 300 | 140 | 62 |
| Binary | 111 | 11001010 | 11111010 | 1100001 | 10011 | 0 | 10 | 11000000 | 1100000 | 110010 |
Color Harmonies of #07CAFA
Complementary color
Monochromatic Colors of #07CAFA
Black with #07CAFA
Text Example
Text Example
White with #07CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CAFA; }
p { color: rgb(7,202,250); }
H1.HeaderClassName
{
color: #07CAFA;
}
.AnyTagClassName
{
color: #07CAFA;
}
</style>
background-color css
<style>
a { background-color: #07CAFA; }
a { background-color: rgb(7,202,250); }
div.DivClassName
{
background-color: #07CAFA;
}
.BgClassName
{
background-color: #07CAFA;
}
</style>
border-color css
<style>
span { border-color: #07CAFA; }
span { border-color: rgb(7,202,250); }
td.TdClassName
{
border-color: #07CAFA;
}
.TagClassName
{
border-color: #07CAFA;
}
</style>