Shades of Deep Sky Blue #27DCFE
Tints of Deep Sky Blue #27DCFE
RGB
CMYK
RGB Variations
Color information
#27DCFE (or 0x27DCFE) is known color: Deep Sky Blue. HEX triplet: 27, DC and FE. RGB value is (39,220,254). Sum of RGB (Red+Green+Blue) = 39+220+254=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #27DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DCFE is #D82301. Grayscale: #A9A9A9. Windows color (decimal): -14164738 or 16702503. OLE color: 16702503.
HSL color Cylindrical-coordinate representation of color #27DCFE: hue angle of 189.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27DCFE is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 220 | 254 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.00 |
| HSL | 189.49º | 0.99% | 0.57% | - |
| HSV(B) | 189.49º | 0.85% | 1% | - |
| XYZ | 44.32 | 58.77 | 102.77 | - |
| YUV | 169.76 | 175.53 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 254 | 0.85 | 0.13 | 0 | 0.00 | 189.49 | 0.99 | 0.57 |
| Hex | 27 | DC | FE | 55 | D | 0 | 0 | BD | 63 | 39 |
| Octal | 47 | 334 | 376 | 125 | 15 | 0 | 0 | 275 | 143 | 71 |
| Binary | 100111 | 11011100 | 11111110 | 1010101 | 1101 | 0 | 0 | 10111101 | 1100011 | 111001 |
Color Harmonies of #27DCFE
Complementary color
Monochromatic Colors of #27DCFE
Black with #27DCFE
Text Example
Text Example
White with #27DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCFE; }
p { color: rgb(39,220,254); }
H1.HeaderClassName
{
color: #27DCFE;
}
.AnyTagClassName
{
color: #27DCFE;
}
</style>
background-color css
<style>
a { background-color: #27DCFE; }
a { background-color: rgb(39,220,254); }
div.DivClassName
{
background-color: #27DCFE;
}
.BgClassName
{
background-color: #27DCFE;
}
</style>
border-color css
<style>
span { border-color: #27DCFE; }
span { border-color: rgb(39,220,254); }
td.TdClassName
{
border-color: #27DCFE;
}
.TagClassName
{
border-color: #27DCFE;
}
</style>