Shades of Deep Sky Blue #27DBFF
Tints of Deep Sky Blue #27DBFF
RGB
CMYK
RGB Variations
Color information
#27DBFF (or 0x27DBFF) is known color: Deep Sky Blue. HEX triplet: 27, DB and FF. RGB value is (39,219,255). Sum of RGB (Red+Green+Blue) = 39+219+255=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #27DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBFF is #D82400. Grayscale: #A8A8A8. Windows color (decimal): -14164993 or 16767783. OLE color: 16767783.
HSL color Cylindrical-coordinate representation of color #27DBFF: hue angle of 190º 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 #27DBFF is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 219 | 255 | - |
| CMYK | 0.85 | 0.14 | 0 | 0 |
| HSL | 190º | 1% | 0.58% | - |
| HSV(B) | 190º | 0.85% | 1% | - |
| XYZ | 44.22 | 58.31 | 103.53 | - |
| YUV | 169.28 | 176.37 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 255 | 0.85 | 0.14 | 0 | 0 | 190 | 1 | 0.58 |
| Hex | 27 | DB | FF | 55 | E | 0 | 0 | BE | 64 | 3A |
| Octal | 47 | 333 | 377 | 125 | 16 | 0 | 0 | 276 | 144 | 72 |
| Binary | 100111 | 11011011 | 11111111 | 1010101 | 1110 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #27DBFF
Complementary color
Monochromatic Colors of #27DBFF
Black with #27DBFF
Text Example
Text Example
White with #27DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBFF; }
p { color: rgb(39,219,255); }
H1.HeaderClassName
{
color: #27DBFF;
}
.AnyTagClassName
{
color: #27DBFF;
}
</style>
background-color css
<style>
a { background-color: #27DBFF; }
a { background-color: rgb(39,219,255); }
div.DivClassName
{
background-color: #27DBFF;
}
.BgClassName
{
background-color: #27DBFF;
}
</style>
border-color css
<style>
span { border-color: #27DBFF; }
span { border-color: rgb(39,219,255); }
td.TdClassName
{
border-color: #27DBFF;
}
.TagClassName
{
border-color: #27DBFF;
}
</style>