Shades of Deep Sky Blue #27D2FF
Tints of Deep Sky Blue #27D2FF
RGB
CMYK
RGB Variations
Color information
#27D2FF (or 0x27D2FF) is known color: Deep Sky Blue. HEX triplet: 27, D2 and FF. RGB value is (39,210,255). Sum of RGB (Red+Green+Blue) = 39+210+255=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #27D2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D2FF is #D82D00. Grayscale: #A3A3A3. Windows color (decimal): -14167297 or 16765479. OLE color: 16765479.
HSL color Cylindrical-coordinate representation of color #27D2FF: hue angle of 192.5º 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 #27D2FF is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 210 | 255 | - |
| CMYK | 0.85 | 0.18 | 0 | 0 |
| HSL | 192.5º | 1% | 0.58% | - |
| HSV(B) | 192.5º | 0.85% | 1% | - |
| XYZ | 41.93 | 53.74 | 102.77 | - |
| YUV | 164 | 179.35 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 255 | 0.85 | 0.18 | 0 | 0 | 192.5 | 1 | 0.58 |
| Hex | 27 | D2 | FF | 55 | 12 | 0 | 0 | C0 | 64 | 3A |
| Octal | 47 | 322 | 377 | 125 | 22 | 0 | 0 | 300 | 144 | 72 |
| Binary | 100111 | 11010010 | 11111111 | 1010101 | 10010 | 0 | 0 | 11000000 | 1100100 | 111010 |
Color Harmonies of #27D2FF
Complementary color
Monochromatic Colors of #27D2FF
Black with #27D2FF
Text Example
Text Example
White with #27D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D2FF; }
p { color: rgb(39,210,255); }
H1.HeaderClassName
{
color: #27D2FF;
}
.AnyTagClassName
{
color: #27D2FF;
}
</style>
background-color css
<style>
a { background-color: #27D2FF; }
a { background-color: rgb(39,210,255); }
div.DivClassName
{
background-color: #27D2FF;
}
.BgClassName
{
background-color: #27D2FF;
}
</style>
border-color css
<style>
span { border-color: #27D2FF; }
span { border-color: rgb(39,210,255); }
td.TdClassName
{
border-color: #27D2FF;
}
.TagClassName
{
border-color: #27D2FF;
}
</style>