Shades of Summer Sky #29CEFA
Tints of Summer Sky #29CEFA
RGB
CMYK
RGB Variations
Color information
#29CEFA (or 0x29CEFA) is known color: Summer Sky. HEX triplet: 29, CE and FA. RGB value is (41,206,250). Sum of RGB (Red+Green+Blue) = 41+206+250=497 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.25% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #29CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEFA is #D63105. Grayscale: #A1A1A1. Windows color (decimal): -14037254 or 16436777. OLE color: 16436777.
HSL color Cylindrical-coordinate representation of color #29CEFA: hue angle of 192.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29CEFA is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 206 | 250 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.02 |
| HSL | 192.63º | 0.95% | 0.57% | - |
| HSV(B) | 192.63º | 0.84% | 0.98% | - |
| XYZ | 40.24 | 51.52 | 98.27 | - |
| YUV | 161.68 | 177.84 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 250 | 0.84 | 0.18 | 0 | 0.02 | 192.63 | 0.95 | 0.57 |
| Hex | 29 | CE | FA | 54 | 12 | 0 | 2 | C1 | 5F | 39 |
| Octal | 51 | 316 | 372 | 124 | 22 | 0 | 2 | 301 | 137 | 71 |
| Binary | 101001 | 11001110 | 11111010 | 1010100 | 10010 | 0 | 10 | 11000001 | 1011111 | 111001 |
Color Harmonies of #29CEFA
Complementary color
Monochromatic Colors of #29CEFA
Black with #29CEFA
Text Example
Text Example
White with #29CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CEFA; }
p { color: rgb(41,206,250); }
H1.HeaderClassName
{
color: #29CEFA;
}
.AnyTagClassName
{
color: #29CEFA;
}
</style>
background-color css
<style>
a { background-color: #29CEFA; }
a { background-color: rgb(41,206,250); }
div.DivClassName
{
background-color: #29CEFA;
}
.BgClassName
{
background-color: #29CEFA;
}
</style>
border-color css
<style>
span { border-color: #29CEFA; }
span { border-color: rgb(41,206,250); }
td.TdClassName
{
border-color: #29CEFA;
}
.TagClassName
{
border-color: #29CEFA;
}
</style>