Shades of Summer Sky #29B8FF
Tints of Summer Sky #29B8FF
RGB
CMYK
RGB Variations
Color information
#29B8FF (or 0x29B8FF) is known color: Summer Sky. HEX triplet: 29, B8 and FF. RGB value is (41,184,255). Sum of RGB (Red+Green+Blue) = 41+184+255=480 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.54% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #29B8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29B8FF is #D64700. Grayscale: #949494. Windows color (decimal): -14042881 or 16758825. OLE color: 16758825.
HSL color Cylindrical-coordinate representation of color #29B8FF: hue angle of 199.91º 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 #29B8FF is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 184 | 255 | - |
| CMYK | 0.84 | 0.28 | 0 | 0 |
| HSL | 199.91º | 1% | 0.58% | - |
| HSV(B) | 199.91º | 0.84% | 1% | - |
| XYZ | 36.1 | 41.97 | 100.81 | - |
| YUV | 149.34 | 187.62 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 184 | 255 | 0.84 | 0.28 | 0 | 0 | 199.91 | 1 | 0.58 |
| Hex | 29 | B8 | FF | 54 | 1C | 0 | 0 | C8 | 64 | 3A |
| Octal | 51 | 270 | 377 | 124 | 34 | 0 | 0 | 310 | 144 | 72 |
| Binary | 101001 | 10111000 | 11111111 | 1010100 | 11100 | 0 | 0 | 11001000 | 1100100 | 111010 |
Color Harmonies of #29B8FF
Complementary color
Monochromatic Colors of #29B8FF
Black with #29B8FF
Text Example
Text Example
White with #29B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B8FF; }
p { color: rgb(41,184,255); }
H1.HeaderClassName
{
color: #29B8FF;
}
.AnyTagClassName
{
color: #29B8FF;
}
</style>
background-color css
<style>
a { background-color: #29B8FF; }
a { background-color: rgb(41,184,255); }
div.DivClassName
{
background-color: #29B8FF;
}
.BgClassName
{
background-color: #29B8FF;
}
</style>
border-color css
<style>
span { border-color: #29B8FF; }
span { border-color: rgb(41,184,255); }
td.TdClassName
{
border-color: #29B8FF;
}
.TagClassName
{
border-color: #29B8FF;
}
</style>