Shades of Deep Sky Blue #27CEFC
Tints of Deep Sky Blue #27CEFC
RGB
CMYK
RGB Variations
Color information
#27CEFC (or 0x27CEFC) is known color: Deep Sky Blue. HEX triplet: 27, CE and FC. RGB value is (39,206,252). Sum of RGB (Red+Green+Blue) = 39+206+252=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #27CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CEFC is #D83103. Grayscale: #A0A0A0. Windows color (decimal): -14168324 or 16567847. OLE color: 16567847.
HSL color Cylindrical-coordinate representation of color #27CEFC: hue angle of 192.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27CEFC is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 206 | 252 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.01 |
| HSL | 192.96º | 0.97% | 0.57% | - |
| HSV(B) | 192.96º | 0.85% | 0.99% | - |
| XYZ | 40.48 | 51.6 | 99.92 | - |
| YUV | 161.31 | 179.17 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 252 | 0.85 | 0.18 | 0 | 0.01 | 192.96 | 0.97 | 0.57 |
| Hex | 27 | CE | FC | 55 | 12 | 0 | 1 | C1 | 61 | 39 |
| Octal | 47 | 316 | 374 | 125 | 22 | 0 | 1 | 301 | 141 | 71 |
| Binary | 100111 | 11001110 | 11111100 | 1010101 | 10010 | 0 | 1 | 11000001 | 1100001 | 111001 |
Color Harmonies of #27CEFC
Complementary color
Monochromatic Colors of #27CEFC
Black with #27CEFC
Text Example
Text Example
White with #27CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CEFC; }
p { color: rgb(39,206,252); }
H1.HeaderClassName
{
color: #27CEFC;
}
.AnyTagClassName
{
color: #27CEFC;
}
</style>
background-color css
<style>
a { background-color: #27CEFC; }
a { background-color: rgb(39,206,252); }
div.DivClassName
{
background-color: #27CEFC;
}
.BgClassName
{
background-color: #27CEFC;
}
</style>
border-color css
<style>
span { border-color: #27CEFC; }
span { border-color: rgb(39,206,252); }
td.TdClassName
{
border-color: #27CEFC;
}
.TagClassName
{
border-color: #27CEFC;
}
</style>