Shades of Deep Sky Blue #27DBFE
Tints of Deep Sky Blue #27DBFE
RGB
CMYK
RGB Variations
Color information
#27DBFE (or 0x27DBFE) is known color: Deep Sky Blue. HEX triplet: 27, DB and FE. RGB value is (39,219,254). Sum of RGB (Red+Green+Blue) = 39+219+254=512 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.62% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #27DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBFE is #D82401. Grayscale: #A8A8A8. Windows color (decimal): -14164994 or 16702247. OLE color: 16702247.
HSL color Cylindrical-coordinate representation of color #27DBFE: hue angle of 189.77º 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 #27DBFE is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 219 | 254 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.00 |
| HSL | 189.77º | 0.99% | 0.57% | - |
| HSV(B) | 189.77º | 0.85% | 1% | - |
| XYZ | 44.06 | 58.25 | 102.69 | - |
| YUV | 169.17 | 175.87 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 254 | 0.85 | 0.14 | 0 | 0.00 | 189.77 | 0.99 | 0.57 |
| Hex | 27 | DB | FE | 55 | E | 0 | 0 | BE | 63 | 39 |
| Octal | 47 | 333 | 376 | 125 | 16 | 0 | 0 | 276 | 143 | 71 |
| Binary | 100111 | 11011011 | 11111110 | 1010101 | 1110 | 0 | 0 | 10111110 | 1100011 | 111001 |
Color Harmonies of #27DBFE
Complementary color
Monochromatic Colors of #27DBFE
Black with #27DBFE
Text Example
Text Example
White with #27DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBFE; }
p { color: rgb(39,219,254); }
H1.HeaderClassName
{
color: #27DBFE;
}
.AnyTagClassName
{
color: #27DBFE;
}
</style>
background-color css
<style>
a { background-color: #27DBFE; }
a { background-color: rgb(39,219,254); }
div.DivClassName
{
background-color: #27DBFE;
}
.BgClassName
{
background-color: #27DBFE;
}
</style>
border-color css
<style>
span { border-color: #27DBFE; }
span { border-color: rgb(39,219,254); }
td.TdClassName
{
border-color: #27DBFE;
}
.TagClassName
{
border-color: #27DBFE;
}
</style>