Shades of Deep Sky Blue #07CBFD
Tints of Deep Sky Blue #07CBFD
RGB
CMYK
RGB Variations
Color information
#07CBFD (or 0x07CBFD) is known color: Deep Sky Blue. HEX triplet: 07, CB and FD. RGB value is (7,203,253). Sum of RGB (Red+Green+Blue) = 7+203+253=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #07CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CBFD is #F83402. Grayscale: #959595. Windows color (decimal): -16266243 or 16632583. OLE color: 16632583.
HSL color Cylindrical-coordinate representation of color #07CBFD: hue angle of 192.2º 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 #07CBFD is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 203 | 253 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.01 |
| HSL | 192.2º | 0.98% | 0.51% | - |
| HSV(B) | 192.2º | 0.97% | 0.99% | - |
| XYZ | 39.17 | 49.85 | 100.49 | - |
| YUV | 150.1 | 186.07 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 253 | 0.97 | 0.20 | 0 | 0.01 | 192.2 | 0.98 | 0.51 |
| Hex | 7 | CB | FD | 61 | 14 | 0 | 1 | C0 | 62 | 33 |
| Octal | 7 | 313 | 375 | 141 | 24 | 0 | 1 | 300 | 142 | 63 |
| Binary | 111 | 11001011 | 11111101 | 1100001 | 10100 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #07CBFD
Complementary color
Monochromatic Colors of #07CBFD
Black with #07CBFD
Text Example
Text Example
White with #07CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CBFD; }
p { color: rgb(7,203,253); }
H1.HeaderClassName
{
color: #07CBFD;
}
.AnyTagClassName
{
color: #07CBFD;
}
</style>
background-color css
<style>
a { background-color: #07CBFD; }
a { background-color: rgb(7,203,253); }
div.DivClassName
{
background-color: #07CBFD;
}
.BgClassName
{
background-color: #07CBFD;
}
</style>
border-color css
<style>
span { border-color: #07CBFD; }
span { border-color: rgb(7,203,253); }
td.TdClassName
{
border-color: #07CBFD;
}
.TagClassName
{
border-color: #07CBFD;
}
</style>