Shades of Deep Sky Blue #07CBF8
Tints of Deep Sky Blue #07CBF8
RGB
CMYK
RGB Variations
Color information
#07CBF8 (or 0x07CBF8) is known color: Deep Sky Blue. HEX triplet: 07, CB and F8. RGB value is (7,203,248). Sum of RGB (Red+Green+Blue) = 7+203+248=458 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #07CBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBF8 is #F83407. Grayscale: #959595. Windows color (decimal): -16266248 or 16304903. OLE color: 16304903.
HSL color Cylindrical-coordinate representation of color #07CBF8: hue angle of 191.2º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CBF8 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 203 | 248 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.03 |
| HSL | 191.2º | 0.95% | 0.5% | - |
| HSV(B) | 191.2º | 0.97% | 0.97% | - |
| XYZ | 38.39 | 49.53 | 96.34 | - |
| YUV | 149.53 | 183.57 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 248 | 0.97 | 0.18 | 0 | 0.03 | 191.2 | 0.95 | 0.5 |
| Hex | 7 | CB | F8 | 61 | 12 | 0 | 3 | BF | 5F | 32 |
| Octal | 7 | 313 | 370 | 141 | 22 | 0 | 3 | 277 | 137 | 62 |
| Binary | 111 | 11001011 | 11111000 | 1100001 | 10010 | 0 | 11 | 10111111 | 1011111 | 110010 |
Color Harmonies of #07CBF8
Complementary color
Monochromatic Colors of #07CBF8
Black with #07CBF8
Text Example
Text Example
White with #07CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBF8; }
p { color: rgb(7,203,248); }
H1.HeaderClassName
{
color: #07CBF8;
}
.AnyTagClassName
{
color: #07CBF8;
}
</style>
background-color css
<style>
a { background-color: #07CBF8; }
a { background-color: rgb(7,203,248); }
div.DivClassName
{
background-color: #07CBF8;
}
.BgClassName
{
background-color: #07CBF8;
}
</style>
border-color css
<style>
span { border-color: #07CBF8; }
span { border-color: rgb(7,203,248); }
td.TdClassName
{
border-color: #07CBF8;
}
.TagClassName
{
border-color: #07CBF8;
}
</style>