Shades of Deep Sky Blue #07CFFE
Tints of Deep Sky Blue #07CFFE
RGB
CMYK
RGB Variations
Color information
#07CFFE (or 0x07CFFE) is known color: Deep Sky Blue. HEX triplet: 07, CF and FE. RGB value is (7,207,254). Sum of RGB (Red+Green+Blue) = 7+207+254=468 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #07CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CFFE is #F83001. Grayscale: #989898. Windows color (decimal): -16265218 or 16699143. OLE color: 16699143.
HSL color Cylindrical-coordinate representation of color #07CFFE: hue angle of 191.42º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFFE is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 207 | 254 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.00 |
| HSL | 191.42º | 0.99% | 0.51% | - |
| HSV(B) | 191.42º | 0.97% | 1% | - |
| XYZ | 40.29 | 51.83 | 101.65 | - |
| YUV | 152.56 | 185.24 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 254 | 0.97 | 0.19 | 0 | 0.00 | 191.42 | 0.99 | 0.51 |
| Hex | 7 | CF | FE | 61 | 13 | 0 | 0 | BF | 63 | 33 |
| Octal | 7 | 317 | 376 | 141 | 23 | 0 | 0 | 277 | 143 | 63 |
| Binary | 111 | 11001111 | 11111110 | 1100001 | 10011 | 0 | 0 | 10111111 | 1100011 | 110011 |
Color Harmonies of #07CFFE
Complementary color
Monochromatic Colors of #07CFFE
Black with #07CFFE
Text Example
Text Example
White with #07CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFFE; }
p { color: rgb(7,207,254); }
H1.HeaderClassName
{
color: #07CFFE;
}
.AnyTagClassName
{
color: #07CFFE;
}
</style>
background-color css
<style>
a { background-color: #07CFFE; }
a { background-color: rgb(7,207,254); }
div.DivClassName
{
background-color: #07CFFE;
}
.BgClassName
{
background-color: #07CFFE;
}
</style>
border-color css
<style>
span { border-color: #07CFFE; }
span { border-color: rgb(7,207,254); }
td.TdClassName
{
border-color: #07CFFE;
}
.TagClassName
{
border-color: #07CFFE;
}
</style>