Shades of Deep Sky Blue #27D8FF
Tints of Deep Sky Blue #27D8FF
RGB
CMYK
RGB Variations
Color information
#27D8FF (or 0x27D8FF) is known color: Deep Sky Blue. HEX triplet: 27, D8 and FF. RGB value is (39,216,255). Sum of RGB (Red+Green+Blue) = 39+216+255=510 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.65% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #27D8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D8FF is #D82700. Grayscale: #A7A7A7. Windows color (decimal): -14165761 or 16767015. OLE color: 16767015.
HSL color Cylindrical-coordinate representation of color #27D8FF: hue angle of 190.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27D8FF is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 216 | 255 | - |
| CMYK | 0.85 | 0.15 | 0 | 0 |
| HSL | 190.83º | 1% | 0.58% | - |
| HSV(B) | 190.83º | 0.85% | 1% | - |
| XYZ | 43.44 | 56.76 | 103.27 | - |
| YUV | 167.52 | 177.36 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 255 | 0.85 | 0.15 | 0 | 0 | 190.83 | 1 | 0.58 |
| Hex | 27 | D8 | FF | 55 | F | 0 | 0 | BF | 64 | 3A |
| Octal | 47 | 330 | 377 | 125 | 17 | 0 | 0 | 277 | 144 | 72 |
| Binary | 100111 | 11011000 | 11111111 | 1010101 | 1111 | 0 | 0 | 10111111 | 1100100 | 111010 |
Color Harmonies of #27D8FF
Complementary color
Monochromatic Colors of #27D8FF
Black with #27D8FF
Text Example
Text Example
White with #27D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D8FF; }
p { color: rgb(39,216,255); }
H1.HeaderClassName
{
color: #27D8FF;
}
.AnyTagClassName
{
color: #27D8FF;
}
</style>
background-color css
<style>
a { background-color: #27D8FF; }
a { background-color: rgb(39,216,255); }
div.DivClassName
{
background-color: #27D8FF;
}
.BgClassName
{
background-color: #27D8FF;
}
</style>
border-color css
<style>
span { border-color: #27D8FF; }
span { border-color: rgb(39,216,255); }
td.TdClassName
{
border-color: #27D8FF;
}
.TagClassName
{
border-color: #27D8FF;
}
</style>