Shades of Deep Sky Blue #27D1FE
Tints of Deep Sky Blue #27D1FE
RGB
CMYK
RGB Variations
Color information
#27D1FE (or 0x27D1FE) is known color: Deep Sky Blue. HEX triplet: 27, D1 and FE. RGB value is (39,209,254). Sum of RGB (Red+Green+Blue) = 39+209+254=502 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.77% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #27D1FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D1FE is #D82E01. Grayscale: #A2A2A2. Windows color (decimal): -14167554 or 16699687. OLE color: 16699687.
HSL color Cylindrical-coordinate representation of color #27D1FE: hue angle of 192.56º 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 #27D1FE is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 209 | 254 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.00 |
| HSL | 192.56º | 0.99% | 0.57% | - |
| HSV(B) | 192.56º | 0.85% | 1% | - |
| XYZ | 41.53 | 53.19 | 101.84 | - |
| YUV | 163.3 | 179.18 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 209 | 254 | 0.85 | 0.18 | 0 | 0.00 | 192.56 | 0.99 | 0.57 |
| Hex | 27 | D1 | FE | 55 | 12 | 0 | 0 | C1 | 63 | 39 |
| Octal | 47 | 321 | 376 | 125 | 22 | 0 | 0 | 301 | 143 | 71 |
| Binary | 100111 | 11010001 | 11111110 | 1010101 | 10010 | 0 | 0 | 11000001 | 1100011 | 111001 |
Color Harmonies of #27D1FE
Complementary color
Monochromatic Colors of #27D1FE
Black with #27D1FE
Text Example
Text Example
White with #27D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D1FE; }
p { color: rgb(39,209,254); }
H1.HeaderClassName
{
color: #27D1FE;
}
.AnyTagClassName
{
color: #27D1FE;
}
</style>
background-color css
<style>
a { background-color: #27D1FE; }
a { background-color: rgb(39,209,254); }
div.DivClassName
{
background-color: #27D1FE;
}
.BgClassName
{
background-color: #27D1FE;
}
</style>
border-color css
<style>
span { border-color: #27D1FE; }
span { border-color: rgb(39,209,254); }
td.TdClassName
{
border-color: #27D1FE;
}
.TagClassName
{
border-color: #27D1FE;
}
</style>