Shades of Deep Sky Blue #27CCFE
Tints of Deep Sky Blue #27CCFE
RGB
CMYK
RGB Variations
Color information
#27CCFE (or 0x27CCFE) is known color: Deep Sky Blue. HEX triplet: 27, CC and FE. RGB value is (39,204,254). Sum of RGB (Red+Green+Blue) = 39+204+254=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #27CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CCFE is #D83301. Grayscale: #A0A0A0. Windows color (decimal): -14168834 or 16698407. OLE color: 16698407.
HSL color Cylindrical-coordinate representation of color #27CCFE: hue angle of 193.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27CCFE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 204 | 254 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.00 |
| HSL | 193.95º | 0.99% | 0.57% | - |
| HSV(B) | 193.95º | 0.85% | 1% | - |
| XYZ | 40.32 | 50.77 | 101.44 | - |
| YUV | 160.37 | 180.84 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 254 | 0.85 | 0.20 | 0 | 0.00 | 193.95 | 0.99 | 0.57 |
| Hex | 27 | CC | FE | 55 | 14 | 0 | 0 | C2 | 63 | 39 |
| Octal | 47 | 314 | 376 | 125 | 24 | 0 | 0 | 302 | 143 | 71 |
| Binary | 100111 | 11001100 | 11111110 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100011 | 111001 |
Color Harmonies of #27CCFE
Complementary color
Monochromatic Colors of #27CCFE
Black with #27CCFE
Text Example
Text Example
White with #27CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCFE; }
p { color: rgb(39,204,254); }
H1.HeaderClassName
{
color: #27CCFE;
}
.AnyTagClassName
{
color: #27CCFE;
}
</style>
background-color css
<style>
a { background-color: #27CCFE; }
a { background-color: rgb(39,204,254); }
div.DivClassName
{
background-color: #27CCFE;
}
.BgClassName
{
background-color: #27CCFE;
}
</style>
border-color css
<style>
span { border-color: #27CCFE; }
span { border-color: rgb(39,204,254); }
td.TdClassName
{
border-color: #27CCFE;
}
.TagClassName
{
border-color: #27CCFE;
}
</style>