Shades of Deep Sky Blue #27D1FF
Tints of Deep Sky Blue #27D1FF
RGB
CMYK
RGB Variations
Color information
#27D1FF (or 0x27D1FF) is known color: Deep Sky Blue. HEX triplet: 27, D1 and FF. RGB value is (39,209,255). Sum of RGB (Red+Green+Blue) = 39+209+255=503 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.75% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #27D1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D1FF is #D82E00. Grayscale: #A3A3A3. Windows color (decimal): -14167553 or 16765223. OLE color: 16765223.
HSL color Cylindrical-coordinate representation of color #27D1FF: hue angle of 192.78º 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 #27D1FF is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 209 | 255 | - |
| CMYK | 0.85 | 0.18 | 0 | 0 |
| HSL | 192.78º | 1% | 0.58% | - |
| HSV(B) | 192.78º | 0.85% | 1% | - |
| XYZ | 41.69 | 53.25 | 102.69 | - |
| YUV | 163.41 | 179.68 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 209 | 255 | 0.85 | 0.18 | 0 | 0 | 192.78 | 1 | 0.58 |
| Hex | 27 | D1 | FF | 55 | 12 | 0 | 0 | C1 | 64 | 3A |
| Octal | 47 | 321 | 377 | 125 | 22 | 0 | 0 | 301 | 144 | 72 |
| Binary | 100111 | 11010001 | 11111111 | 1010101 | 10010 | 0 | 0 | 11000001 | 1100100 | 111010 |
Color Harmonies of #27D1FF
Complementary color
Monochromatic Colors of #27D1FF
Black with #27D1FF
Text Example
Text Example
White with #27D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D1FF; }
p { color: rgb(39,209,255); }
H1.HeaderClassName
{
color: #27D1FF;
}
.AnyTagClassName
{
color: #27D1FF;
}
</style>
background-color css
<style>
a { background-color: #27D1FF; }
a { background-color: rgb(39,209,255); }
div.DivClassName
{
background-color: #27D1FF;
}
.BgClassName
{
background-color: #27D1FF;
}
</style>
border-color css
<style>
span { border-color: #27D1FF; }
span { border-color: rgb(39,209,255); }
td.TdClassName
{
border-color: #27D1FF;
}
.TagClassName
{
border-color: #27D1FF;
}
</style>