Shades of Deep Sky Blue #05CFF3
Tints of Deep Sky Blue #05CFF3
RGB
CMYK
RGB Variations
Color information
#05CFF3 (or 0x05CFF3) is known color: Deep Sky Blue. HEX triplet: 05, CF and F3. RGB value is (5,207,243). Sum of RGB (Red+Green+Blue) = 5+207+243=455 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #05CFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CFF3 is #FA300C. Grayscale: #969696. Windows color (decimal): -16396301 or 15978245. OLE color: 15978245.
HSL color Cylindrical-coordinate representation of color #05CFF3: hue angle of 189.08º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CFF3 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 207 | 243 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.05 |
| HSL | 189.08º | 0.96% | 0.49% | - |
| HSV(B) | 189.08º | 0.98% | 0.95% | - |
| XYZ | 38.55 | 51.13 | 92.63 | - |
| YUV | 150.71 | 180.08 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 243 | 0.98 | 0.15 | 0 | 0.05 | 189.08 | 0.96 | 0.49 |
| Hex | 5 | CF | F3 | 62 | F | 0 | 5 | BD | 60 | 31 |
| Octal | 5 | 317 | 363 | 142 | 17 | 0 | 5 | 275 | 140 | 61 |
| Binary | 101 | 11001111 | 11110011 | 1100010 | 1111 | 0 | 101 | 10111101 | 1100000 | 110001 |
Color Harmonies of #05CFF3
Complementary color
Monochromatic Colors of #05CFF3
Black with #05CFF3
Text Example
Text Example
White with #05CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CFF3; }
p { color: rgb(5,207,243); }
H1.HeaderClassName
{
color: #05CFF3;
}
.AnyTagClassName
{
color: #05CFF3;
}
</style>
background-color css
<style>
a { background-color: #05CFF3; }
a { background-color: rgb(5,207,243); }
div.DivClassName
{
background-color: #05CFF3;
}
.BgClassName
{
background-color: #05CFF3;
}
</style>
border-color css
<style>
span { border-color: #05CFF3; }
span { border-color: rgb(5,207,243); }
td.TdClassName
{
border-color: #05CFF3;
}
.TagClassName
{
border-color: #05CFF3;
}
</style>