Shades of Deep Sky Blue #07CBFC
Tints of Deep Sky Blue #07CBFC
RGB
CMYK
RGB Variations
Color information
#07CBFC (or 0x07CBFC) is known color: Deep Sky Blue. HEX triplet: 07, CB and FC. RGB value is (7,203,252). Sum of RGB (Red+Green+Blue) = 7+203+252=462 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #07CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBFC is #F83403. Grayscale: #959595. Windows color (decimal): -16266244 or 16567047. OLE color: 16567047.
HSL color Cylindrical-coordinate representation of color #07CBFC: hue angle of 192º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBFC is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 203 | 252 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.01 |
| HSL | 192º | 0.98% | 0.51% | - |
| HSV(B) | 192º | 0.97% | 0.99% | - |
| XYZ | 39.01 | 49.79 | 99.65 | - |
| YUV | 149.98 | 185.57 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 252 | 0.97 | 0.19 | 0 | 0.01 | 192 | 0.98 | 0.51 |
| Hex | 7 | CB | FC | 61 | 13 | 0 | 1 | C0 | 62 | 33 |
| Octal | 7 | 313 | 374 | 141 | 23 | 0 | 1 | 300 | 142 | 63 |
| Binary | 111 | 11001011 | 11111100 | 1100001 | 10011 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #07CBFC
Complementary color
Monochromatic Colors of #07CBFC
Black with #07CBFC
Text Example
Text Example
White with #07CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBFC; }
p { color: rgb(7,203,252); }
H1.HeaderClassName
{
color: #07CBFC;
}
.AnyTagClassName
{
color: #07CBFC;
}
</style>
background-color css
<style>
a { background-color: #07CBFC; }
a { background-color: rgb(7,203,252); }
div.DivClassName
{
background-color: #07CBFC;
}
.BgClassName
{
background-color: #07CBFC;
}
</style>
border-color css
<style>
span { border-color: #07CBFC; }
span { border-color: rgb(7,203,252); }
td.TdClassName
{
border-color: #07CBFC;
}
.TagClassName
{
border-color: #07CBFC;
}
</style>