Shades of Summer Sky #29D2F8
Tints of Summer Sky #29D2F8
RGB
CMYK
RGB Variations
Color information
#29D2F8 (or 0x29D2F8) is known color: Summer Sky. HEX triplet: 29, D2 and F8. RGB value is (41,210,248). Sum of RGB (Red+Green+Blue) = 41+210+248=499 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.22% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #29D2F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D2F8 is #D62D07. Grayscale: #A3A3A3. Windows color (decimal): -14036232 or 16306729. OLE color: 16306729.
HSL color Cylindrical-coordinate representation of color #29D2F8: hue angle of 191.01º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29D2F8 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 210 | 248 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.03 |
| HSL | 191.01º | 0.94% | 0.57% | - |
| HSV(B) | 191.01º | 0.83% | 0.97% | - |
| XYZ | 40.9 | 53.34 | 96.95 | - |
| YUV | 163.8 | 175.51 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 248 | 0.83 | 0.15 | 0 | 0.03 | 191.01 | 0.94 | 0.57 |
| Hex | 29 | D2 | F8 | 53 | F | 0 | 3 | BF | 5E | 39 |
| Octal | 51 | 322 | 370 | 123 | 17 | 0 | 3 | 277 | 136 | 71 |
| Binary | 101001 | 11010010 | 11111000 | 1010011 | 1111 | 0 | 11 | 10111111 | 1011110 | 111001 |
Color Harmonies of #29D2F8
Complementary color
Monochromatic Colors of #29D2F8
Black with #29D2F8
Text Example
Text Example
White with #29D2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D2F8; }
p { color: rgb(41,210,248); }
H1.HeaderClassName
{
color: #29D2F8;
}
.AnyTagClassName
{
color: #29D2F8;
}
</style>
background-color css
<style>
a { background-color: #29D2F8; }
a { background-color: rgb(41,210,248); }
div.DivClassName
{
background-color: #29D2F8;
}
.BgClassName
{
background-color: #29D2F8;
}
</style>
border-color css
<style>
span { border-color: #29D2F8; }
span { border-color: rgb(41,210,248); }
td.TdClassName
{
border-color: #29D2F8;
}
.TagClassName
{
border-color: #29D2F8;
}
</style>