Shades of Deep Sky Blue #27C2FD
Tints of Deep Sky Blue #27C2FD
RGB
CMYK
RGB Variations
Color information
#27C2FD (or 0x27C2FD) is known color: Deep Sky Blue. HEX triplet: 27, C2 and FD. RGB value is (39,194,253). Sum of RGB (Red+Green+Blue) = 39+194+253=486 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.02% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #27C2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27C2FD is #D83D02. Grayscale: #999999. Windows color (decimal): -14171395 or 16630311. OLE color: 16630311.
HSL color Cylindrical-coordinate representation of color #27C2FD: hue angle of 196.54º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27C2FD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 194 | 253 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.01 |
| HSL | 196.54º | 0.98% | 0.57% | - |
| HSV(B) | 196.54º | 0.85% | 0.99% | - |
| XYZ | 37.86 | 46.11 | 99.83 | - |
| YUV | 154.38 | 183.65 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 194 | 253 | 0.85 | 0.23 | 0 | 0.01 | 196.54 | 0.98 | 0.57 |
| Hex | 27 | C2 | FD | 55 | 17 | 0 | 1 | C5 | 62 | 39 |
| Octal | 47 | 302 | 375 | 125 | 27 | 0 | 1 | 305 | 142 | 71 |
| Binary | 100111 | 11000010 | 11111101 | 1010101 | 10111 | 0 | 1 | 11000101 | 1100010 | 111001 |
Color Harmonies of #27C2FD
Complementary color
Monochromatic Colors of #27C2FD
Black with #27C2FD
Text Example
Text Example
White with #27C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C2FD; }
p { color: rgb(39,194,253); }
H1.HeaderClassName
{
color: #27C2FD;
}
.AnyTagClassName
{
color: #27C2FD;
}
</style>
background-color css
<style>
a { background-color: #27C2FD; }
a { background-color: rgb(39,194,253); }
div.DivClassName
{
background-color: #27C2FD;
}
.BgClassName
{
background-color: #27C2FD;
}
</style>
border-color css
<style>
span { border-color: #27C2FD; }
span { border-color: rgb(39,194,253); }
td.TdClassName
{
border-color: #27C2FD;
}
.TagClassName
{
border-color: #27C2FD;
}
</style>