Shades of Deep Sky Blue #05CFF2
Tints of Deep Sky Blue #05CFF2
RGB
CMYK
RGB Variations
Color information
#05CFF2 (or 0x05CFF2) is known color: Deep Sky Blue. HEX triplet: 05, CF and F2. RGB value is (5,207,242). Sum of RGB (Red+Green+Blue) = 5+207+242=454 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #05CFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFF2 is #FA300D. Grayscale: #969696. Windows color (decimal): -16396302 or 15912709. OLE color: 15912709.
HSL color Cylindrical-coordinate representation of color #05CFF2: hue angle of 188.86º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFF2 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 207 | 242 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.05 |
| HSL | 188.86º | 0.96% | 0.48% | - |
| HSV(B) | 188.86º | 0.98% | 0.95% | - |
| XYZ | 38.4 | 51.07 | 91.84 | - |
| YUV | 150.59 | 179.58 | 24.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 242 | 0.98 | 0.14 | 0 | 0.05 | 188.86 | 0.96 | 0.48 |
| Hex | 5 | CF | F2 | 62 | E | 0 | 5 | BD | 60 | 30 |
| Octal | 5 | 317 | 362 | 142 | 16 | 0 | 5 | 275 | 140 | 60 |
| Binary | 101 | 11001111 | 11110010 | 1100010 | 1110 | 0 | 101 | 10111101 | 1100000 | 110000 |
Color Harmonies of #05CFF2
Complementary color
Monochromatic Colors of #05CFF2
Black with #05CFF2
Text Example
Text Example
White with #05CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFF2; }
p { color: rgb(5,207,242); }
H1.HeaderClassName
{
color: #05CFF2;
}
.AnyTagClassName
{
color: #05CFF2;
}
</style>
background-color css
<style>
a { background-color: #05CFF2; }
a { background-color: rgb(5,207,242); }
div.DivClassName
{
background-color: #05CFF2;
}
.BgClassName
{
background-color: #05CFF2;
}
</style>
border-color css
<style>
span { border-color: #05CFF2; }
span { border-color: rgb(5,207,242); }
td.TdClassName
{
border-color: #05CFF2;
}
.TagClassName
{
border-color: #05CFF2;
}
</style>