Shades of Deep Sky Blue #27DAFF
Tints of Deep Sky Blue #27DAFF
RGB
CMYK
RGB Variations
Color information
#27DAFF (or 0x27DAFF) is known color: Deep Sky Blue. HEX triplet: 27, DA and FF. RGB value is (39,218,255). Sum of RGB (Red+Green+Blue) = 39+218+255=512 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.62% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #27DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DAFF is #D82500. Grayscale: #A8A8A8. Windows color (decimal): -14165249 or 16767527. OLE color: 16767527.
HSL color Cylindrical-coordinate representation of color #27DAFF: hue angle of 190.28º 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 #27DAFF is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 218 | 255 | - |
| CMYK | 0.85 | 0.15 | 0 | 0 |
| HSL | 190.28º | 1% | 0.58% | - |
| HSV(B) | 190.28º | 0.85% | 1% | - |
| XYZ | 43.96 | 57.79 | 103.45 | - |
| YUV | 168.7 | 176.7 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 218 | 255 | 0.85 | 0.15 | 0 | 0 | 190.28 | 1 | 0.58 |
| Hex | 27 | DA | FF | 55 | F | 0 | 0 | BE | 64 | 3A |
| Octal | 47 | 332 | 377 | 125 | 17 | 0 | 0 | 276 | 144 | 72 |
| Binary | 100111 | 11011010 | 11111111 | 1010101 | 1111 | 0 | 0 | 10111110 | 1100100 | 111010 |
Color Harmonies of #27DAFF
Complementary color
Monochromatic Colors of #27DAFF
Black with #27DAFF
Text Example
Text Example
White with #27DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DAFF; }
p { color: rgb(39,218,255); }
H1.HeaderClassName
{
color: #27DAFF;
}
.AnyTagClassName
{
color: #27DAFF;
}
</style>
background-color css
<style>
a { background-color: #27DAFF; }
a { background-color: rgb(39,218,255); }
div.DivClassName
{
background-color: #27DAFF;
}
.BgClassName
{
background-color: #27DAFF;
}
</style>
border-color css
<style>
span { border-color: #27DAFF; }
span { border-color: rgb(39,218,255); }
td.TdClassName
{
border-color: #27DAFF;
}
.TagClassName
{
border-color: #27DAFF;
}
</style>