Shades of Deep Sky Blue #07CDF1
Tints of Deep Sky Blue #07CDF1
RGB
CMYK
RGB Variations
Color information
#07CDF1 (or 0x07CDF1) is known color: Deep Sky Blue. HEX triplet: 07, CD and F1. RGB value is (7,205,241). Sum of RGB (Red+Green+Blue) = 7+205+241=453 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #07CDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CDF1 is #F8320E. Grayscale: #959595. Windows color (decimal): -16265743 or 15846663. OLE color: 15846663.
HSL color Cylindrical-coordinate representation of color #07CDF1: hue angle of 189.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CDF1 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 205 | 241 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.05 |
| HSL | 189.23º | 0.94% | 0.49% | - |
| HSV(B) | 189.23º | 0.97% | 0.95% | - |
| XYZ | 37.8 | 50.06 | 90.89 | - |
| YUV | 149.9 | 179.4 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 205 | 241 | 0.97 | 0.15 | 0 | 0.05 | 189.23 | 0.94 | 0.49 |
| Hex | 7 | CD | F1 | 61 | F | 0 | 5 | BD | 5E | 31 |
| Octal | 7 | 315 | 361 | 141 | 17 | 0 | 5 | 275 | 136 | 61 |
| Binary | 111 | 11001101 | 11110001 | 1100001 | 1111 | 0 | 101 | 10111101 | 1011110 | 110001 |
Color Harmonies of #07CDF1
Complementary color
Monochromatic Colors of #07CDF1
Black with #07CDF1
Text Example
Text Example
White with #07CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CDF1; }
p { color: rgb(7,205,241); }
H1.HeaderClassName
{
color: #07CDF1;
}
.AnyTagClassName
{
color: #07CDF1;
}
</style>
background-color css
<style>
a { background-color: #07CDF1; }
a { background-color: rgb(7,205,241); }
div.DivClassName
{
background-color: #07CDF1;
}
.BgClassName
{
background-color: #07CDF1;
}
</style>
border-color css
<style>
span { border-color: #07CDF1; }
span { border-color: rgb(7,205,241); }
td.TdClassName
{
border-color: #07CDF1;
}
.TagClassName
{
border-color: #07CDF1;
}
</style>