Shades of Deep Sky Blue #27C8FC
Tints of Deep Sky Blue #27C8FC
RGB
CMYK
RGB Variations
Color information
#27C8FC (or 0x27C8FC) is known color: Deep Sky Blue. HEX triplet: 27, C8 and FC. RGB value is (39,200,252). Sum of RGB (Red+Green+Blue) = 39+200+252=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #27C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27C8FC is #D83703. Grayscale: #9D9D9D. Windows color (decimal): -14169860 or 16566311. OLE color: 16566311.
HSL color Cylindrical-coordinate representation of color #27C8FC: hue angle of 194.65º degrees, saturation: 0.97, 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 #27C8FC is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 200 | 252 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.01 |
| HSL | 194.65º | 0.97% | 0.57% | - |
| HSV(B) | 194.65º | 0.85% | 0.99% | - |
| XYZ | 39.06 | 48.77 | 99.45 | - |
| YUV | 157.79 | 181.16 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 200 | 252 | 0.85 | 0.21 | 0 | 0.01 | 194.65 | 0.97 | 0.57 |
| Hex | 27 | C8 | FC | 55 | 15 | 0 | 1 | C3 | 61 | 39 |
| Octal | 47 | 310 | 374 | 125 | 25 | 0 | 1 | 303 | 141 | 71 |
| Binary | 100111 | 11001000 | 11111100 | 1010101 | 10101 | 0 | 1 | 11000011 | 1100001 | 111001 |
Color Harmonies of #27C8FC
Complementary color
Monochromatic Colors of #27C8FC
Black with #27C8FC
Text Example
Text Example
White with #27C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C8FC; }
p { color: rgb(39,200,252); }
H1.HeaderClassName
{
color: #27C8FC;
}
.AnyTagClassName
{
color: #27C8FC;
}
</style>
background-color css
<style>
a { background-color: #27C8FC; }
a { background-color: rgb(39,200,252); }
div.DivClassName
{
background-color: #27C8FC;
}
.BgClassName
{
background-color: #27C8FC;
}
</style>
border-color css
<style>
span { border-color: #27C8FC; }
span { border-color: rgb(39,200,252); }
td.TdClassName
{
border-color: #27C8FC;
}
.TagClassName
{
border-color: #27C8FC;
}
</style>