Shades of Summer Sky #29BFFA
Tints of Summer Sky #29BFFA
RGB
CMYK
RGB Variations
Color information
#29BFFA (or 0x29BFFA) is known color: Summer Sky. HEX triplet: 29, BF and FA. RGB value is (41,191,250). Sum of RGB (Red+Green+Blue) = 41+191+250=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #29BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BFFA is #D64005. Grayscale: #989898. Windows color (decimal): -14041094 or 16432937. OLE color: 16432937.
HSL color Cylindrical-coordinate representation of color #29BFFA: hue angle of 196.94º 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 #29BFFA is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 191 | 250 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.02 |
| HSL | 196.94º | 0.95% | 0.57% | - |
| HSV(B) | 196.94º | 0.84% | 0.98% | - |
| XYZ | 36.8 | 44.64 | 97.12 | - |
| YUV | 152.88 | 182.81 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 191 | 250 | 0.84 | 0.24 | 0 | 0.02 | 196.94 | 0.95 | 0.57 |
| Hex | 29 | BF | FA | 54 | 18 | 0 | 2 | C5 | 5F | 39 |
| Octal | 51 | 277 | 372 | 124 | 30 | 0 | 2 | 305 | 137 | 71 |
| Binary | 101001 | 10111111 | 11111010 | 1010100 | 11000 | 0 | 10 | 11000101 | 1011111 | 111001 |
Color Harmonies of #29BFFA
Complementary color
Monochromatic Colors of #29BFFA
Black with #29BFFA
Text Example
Text Example
White with #29BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BFFA; }
p { color: rgb(41,191,250); }
H1.HeaderClassName
{
color: #29BFFA;
}
.AnyTagClassName
{
color: #29BFFA;
}
</style>
background-color css
<style>
a { background-color: #29BFFA; }
a { background-color: rgb(41,191,250); }
div.DivClassName
{
background-color: #29BFFA;
}
.BgClassName
{
background-color: #29BFFA;
}
</style>
border-color css
<style>
span { border-color: #29BFFA; }
span { border-color: rgb(41,191,250); }
td.TdClassName
{
border-color: #29BFFA;
}
.TagClassName
{
border-color: #29BFFA;
}
</style>