Shades of Deep Sky Blue #07CBFE
Tints of Deep Sky Blue #07CBFE
RGB
CMYK
RGB Variations
Color information
#07CBFE (or 0x07CBFE) is known color: Deep Sky Blue. HEX triplet: 07, CB and FE. RGB value is (7,203,254). Sum of RGB (Red+Green+Blue) = 7+203+254=464 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #07CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBFE is #F83401. Grayscale: #959595. Windows color (decimal): -16266242 or 16698119. OLE color: 16698119.
HSL color Cylindrical-coordinate representation of color #07CBFE: hue angle of 192.39º 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 #07CBFE is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 203 | 254 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.00 |
| HSL | 192.39º | 0.99% | 0.51% | - |
| HSV(B) | 192.39º | 0.97% | 1% | - |
| XYZ | 39.33 | 49.91 | 101.33 | - |
| YUV | 150.21 | 186.57 | 25.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 254 | 0.97 | 0.20 | 0 | 0.00 | 192.39 | 0.99 | 0.51 |
| Hex | 7 | CB | FE | 61 | 14 | 0 | 0 | C0 | 63 | 33 |
| Octal | 7 | 313 | 376 | 141 | 24 | 0 | 0 | 300 | 143 | 63 |
| Binary | 111 | 11001011 | 11111110 | 1100001 | 10100 | 0 | 0 | 11000000 | 1100011 | 110011 |
Color Harmonies of #07CBFE
Complementary color
Monochromatic Colors of #07CBFE
Black with #07CBFE
Text Example
Text Example
White with #07CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBFE; }
p { color: rgb(7,203,254); }
H1.HeaderClassName
{
color: #07CBFE;
}
.AnyTagClassName
{
color: #07CBFE;
}
</style>
background-color css
<style>
a { background-color: #07CBFE; }
a { background-color: rgb(7,203,254); }
div.DivClassName
{
background-color: #07CBFE;
}
.BgClassName
{
background-color: #07CBFE;
}
</style>
border-color css
<style>
span { border-color: #07CBFE; }
span { border-color: rgb(7,203,254); }
td.TdClassName
{
border-color: #07CBFE;
}
.TagClassName
{
border-color: #07CBFE;
}
</style>