Shades of Deep Sky Blue #27CFFC
Tints of Deep Sky Blue #27CFFC
RGB
CMYK
RGB Variations
Color information
#27CFFC (or 0x27CFFC) is known color: Deep Sky Blue. HEX triplet: 27, CF and FC. RGB value is (39,207,252). Sum of RGB (Red+Green+Blue) = 39+207+252=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #27CFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CFFC is #D83003. Grayscale: #A1A1A1. Windows color (decimal): -14168068 or 16568103. OLE color: 16568103.
HSL color Cylindrical-coordinate representation of color #27CFFC: hue angle of 192.68º 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 #27CFFC is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 207 | 252 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.01 |
| HSL | 192.68º | 0.97% | 0.57% | - |
| HSV(B) | 192.68º | 0.85% | 0.99% | - |
| XYZ | 40.72 | 52.09 | 100 | - |
| YUV | 161.9 | 178.84 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 252 | 0.85 | 0.18 | 0 | 0.01 | 192.68 | 0.97 | 0.57 |
| Hex | 27 | CF | FC | 55 | 12 | 0 | 1 | C1 | 61 | 39 |
| Octal | 47 | 317 | 374 | 125 | 22 | 0 | 1 | 301 | 141 | 71 |
| Binary | 100111 | 11001111 | 11111100 | 1010101 | 10010 | 0 | 1 | 11000001 | 1100001 | 111001 |
Color Harmonies of #27CFFC
Complementary color
Monochromatic Colors of #27CFFC
Black with #27CFFC
Text Example
Text Example
White with #27CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFFC; }
p { color: rgb(39,207,252); }
H1.HeaderClassName
{
color: #27CFFC;
}
.AnyTagClassName
{
color: #27CFFC;
}
</style>
background-color css
<style>
a { background-color: #27CFFC; }
a { background-color: rgb(39,207,252); }
div.DivClassName
{
background-color: #27CFFC;
}
.BgClassName
{
background-color: #27CFFC;
}
</style>
border-color css
<style>
span { border-color: #27CFFC; }
span { border-color: rgb(39,207,252); }
td.TdClassName
{
border-color: #27CFFC;
}
.TagClassName
{
border-color: #27CFFC;
}
</style>