Shades of Deep Sky Blue #27D4FF
Tints of Deep Sky Blue #27D4FF
RGB
CMYK
RGB Variations
Color information
#27D4FF (or 0x27D4FF) is known color: Deep Sky Blue. HEX triplet: 27, D4 and FF. RGB value is (39,212,255). Sum of RGB (Red+Green+Blue) = 39+212+255=506 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.71% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #27D4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D4FF is #D82B00. Grayscale: #A4A4A4. Windows color (decimal): -14166785 or 16765991. OLE color: 16765991.
HSL color Cylindrical-coordinate representation of color #27D4FF: hue angle of 191.94º 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 #27D4FF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 212 | 255 | - |
| CMYK | 0.85 | 0.17 | 0 | 0 |
| HSL | 191.94º | 1% | 0.58% | - |
| HSV(B) | 191.94º | 0.85% | 1% | - |
| XYZ | 42.43 | 54.74 | 102.94 | - |
| YUV | 165.18 | 178.69 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 212 | 255 | 0.85 | 0.17 | 0 | 0 | 191.94 | 1 | 0.58 |
| Hex | 27 | D4 | FF | 55 | 11 | 0 | 0 | C0 | 64 | 3A |
| Octal | 47 | 324 | 377 | 125 | 21 | 0 | 0 | 300 | 144 | 72 |
| Binary | 100111 | 11010100 | 11111111 | 1010101 | 10001 | 0 | 0 | 11000000 | 1100100 | 111010 |
Color Harmonies of #27D4FF
Complementary color
Monochromatic Colors of #27D4FF
Black with #27D4FF
Text Example
Text Example
White with #27D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D4FF; }
p { color: rgb(39,212,255); }
H1.HeaderClassName
{
color: #27D4FF;
}
.AnyTagClassName
{
color: #27D4FF;
}
</style>
background-color css
<style>
a { background-color: #27D4FF; }
a { background-color: rgb(39,212,255); }
div.DivClassName
{
background-color: #27D4FF;
}
.BgClassName
{
background-color: #27D4FF;
}
</style>
border-color css
<style>
span { border-color: #27D4FF; }
span { border-color: rgb(39,212,255); }
td.TdClassName
{
border-color: #27D4FF;
}
.TagClassName
{
border-color: #27D4FF;
}
</style>