Shades of Summer Sky #29BEFF
Tints of Summer Sky #29BEFF
RGB
CMYK
RGB Variations
Color information
#29BEFF (or 0x29BEFF) is known color: Summer Sky. HEX triplet: 29, BE and FF. RGB value is (41,190,255). Sum of RGB (Red+Green+Blue) = 41+190+255=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #29BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BEFF is #D64100. Grayscale: #989898. Windows color (decimal): -14041345 or 16760361. OLE color: 16760361.
HSL color Cylindrical-coordinate representation of color #29BEFF: hue angle of 198.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29BEFF is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 190 | 255 | - |
| CMYK | 0.84 | 0.25 | 0 | 0 |
| HSL | 198.22º | 1% | 0.58% | - |
| HSV(B) | 198.22º | 0.84% | 1% | - |
| XYZ | 37.38 | 44.52 | 101.23 | - |
| YUV | 152.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 255 | 0.84 | 0.25 | 0 | 0 | 198.22 | 1 | 0.58 |
| Hex | 29 | BE | FF | 54 | 19 | 0 | 0 | C6 | 64 | 3A |
| Octal | 51 | 276 | 377 | 124 | 31 | 0 | 0 | 306 | 144 | 72 |
| Binary | 101001 | 10111110 | 11111111 | 1010100 | 11001 | 0 | 0 | 11000110 | 1100100 | 111010 |
Color Harmonies of #29BEFF
Complementary color
Monochromatic Colors of #29BEFF
Black with #29BEFF
Text Example
Text Example
White with #29BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BEFF; }
p { color: rgb(41,190,255); }
H1.HeaderClassName
{
color: #29BEFF;
}
.AnyTagClassName
{
color: #29BEFF;
}
</style>
background-color css
<style>
a { background-color: #29BEFF; }
a { background-color: rgb(41,190,255); }
div.DivClassName
{
background-color: #29BEFF;
}
.BgClassName
{
background-color: #29BEFF;
}
</style>
border-color css
<style>
span { border-color: #29BEFF; }
span { border-color: rgb(41,190,255); }
td.TdClassName
{
border-color: #29BEFF;
}
.TagClassName
{
border-color: #29BEFF;
}
</style>