Shades of Deep Sky Blue #27C5FF
Tints of Deep Sky Blue #27C5FF
RGB
CMYK
RGB Variations
Color information
#27C5FF (or 0x27C5FF) is known color: Deep Sky Blue. HEX triplet: 27, C5 and FF. RGB value is (39,197,255). Sum of RGB (Red+Green+Blue) = 39+197+255=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #27C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27C5FF is #D83A00. Grayscale: #9B9B9B. Windows color (decimal): -14170625 or 16762151. OLE color: 16762151.
HSL color Cylindrical-coordinate representation of color #27C5FF: hue angle of 196.11º 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 #27C5FF is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 197 | 255 | - |
| CMYK | 0.85 | 0.23 | 0 | 0 |
| HSL | 196.11º | 1% | 0.58% | - |
| HSV(B) | 196.11º | 0.85% | 1% | - |
| XYZ | 38.85 | 47.58 | 101.74 | - |
| YUV | 156.37 | 183.65 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 255 | 0.85 | 0.23 | 0 | 0 | 196.11 | 1 | 0.58 |
| Hex | 27 | C5 | FF | 55 | 17 | 0 | 0 | C4 | 64 | 3A |
| Octal | 47 | 305 | 377 | 125 | 27 | 0 | 0 | 304 | 144 | 72 |
| Binary | 100111 | 11000101 | 11111111 | 1010101 | 10111 | 0 | 0 | 11000100 | 1100100 | 111010 |
Color Harmonies of #27C5FF
Complementary color
Monochromatic Colors of #27C5FF
Black with #27C5FF
Text Example
Text Example
White with #27C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C5FF; }
p { color: rgb(39,197,255); }
H1.HeaderClassName
{
color: #27C5FF;
}
.AnyTagClassName
{
color: #27C5FF;
}
</style>
background-color css
<style>
a { background-color: #27C5FF; }
a { background-color: rgb(39,197,255); }
div.DivClassName
{
background-color: #27C5FF;
}
.BgClassName
{
background-color: #27C5FF;
}
</style>
border-color css
<style>
span { border-color: #27C5FF; }
span { border-color: rgb(39,197,255); }
td.TdClassName
{
border-color: #27C5FF;
}
.TagClassName
{
border-color: #27C5FF;
}
</style>