Shades of Summer Sky #27CEF0
Tints of Summer Sky #27CEF0
RGB
CMYK
RGB Variations
Color information
#27CEF0 (or 0x27CEF0) is known color: Summer Sky. HEX triplet: 27, CE and F0. RGB value is (39,206,240). Sum of RGB (Red+Green+Blue) = 39+206+240=485 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.04% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #27CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CEF0 is #D8310F. Grayscale: #9F9F9F. Windows color (decimal): -14168336 or 15781415. OLE color: 15781415.
HSL color Cylindrical-coordinate representation of color #27CEF0: hue angle of 190.15º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27CEF0 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 206 | 240 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.06 |
| HSL | 190.15º | 0.87% | 0.55% | - |
| HSV(B) | 190.15º | 0.84% | 0.94% | - |
| XYZ | 38.64 | 50.87 | 90.22 | - |
| YUV | 159.94 | 173.17 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 206 | 240 | 0.84 | 0.14 | 0 | 0.06 | 190.15 | 0.87 | 0.55 |
| Hex | 27 | CE | F0 | 54 | E | 0 | 6 | BE | 57 | 37 |
| Octal | 47 | 316 | 360 | 124 | 16 | 0 | 6 | 276 | 127 | 67 |
| Binary | 100111 | 11001110 | 11110000 | 1010100 | 1110 | 0 | 110 | 10111110 | 1010111 | 110111 |
Color Harmonies of #27CEF0
Complementary color
Monochromatic Colors of #27CEF0
Black with #27CEF0
Text Example
Text Example
White with #27CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CEF0; }
p { color: rgb(39,206,240); }
H1.HeaderClassName
{
color: #27CEF0;
}
.AnyTagClassName
{
color: #27CEF0;
}
</style>
background-color css
<style>
a { background-color: #27CEF0; }
a { background-color: rgb(39,206,240); }
div.DivClassName
{
background-color: #27CEF0;
}
.BgClassName
{
background-color: #27CEF0;
}
</style>
border-color css
<style>
span { border-color: #27CEF0; }
span { border-color: rgb(39,206,240); }
td.TdClassName
{
border-color: #27CEF0;
}
.TagClassName
{
border-color: #27CEF0;
}
</style>