Shades of Summer Sky #29BCFD
Tints of Summer Sky #29BCFD
RGB
CMYK
RGB Variations
Color information
#29BCFD (or 0x29BCFD) is known color: Summer Sky. HEX triplet: 29, BC and FD. RGB value is (41,188,253). Sum of RGB (Red+Green+Blue) = 41+188+253=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #29BCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BCFD is #D64302. Grayscale: #979797. Windows color (decimal): -14041859 or 16628777. OLE color: 16628777.
HSL color Cylindrical-coordinate representation of color #29BCFD: hue angle of 198.4º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29BCFD is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 188 | 253 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.01 |
| HSL | 198.4º | 0.98% | 0.58% | - |
| HSV(B) | 198.4º | 0.84% | 0.99% | - |
| XYZ | 36.63 | 43.53 | 99.4 | - |
| YUV | 151.46 | 185.3 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 188 | 253 | 0.84 | 0.26 | 0 | 0.01 | 198.4 | 0.98 | 0.58 |
| Hex | 29 | BC | FD | 54 | 1A | 0 | 1 | C6 | 62 | 3A |
| Octal | 51 | 274 | 375 | 124 | 32 | 0 | 1 | 306 | 142 | 72 |
| Binary | 101001 | 10111100 | 11111101 | 1010100 | 11010 | 0 | 1 | 11000110 | 1100010 | 111010 |
Color Harmonies of #29BCFD
Complementary color
Monochromatic Colors of #29BCFD
Black with #29BCFD
Text Example
Text Example
White with #29BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BCFD; }
p { color: rgb(41,188,253); }
H1.HeaderClassName
{
color: #29BCFD;
}
.AnyTagClassName
{
color: #29BCFD;
}
</style>
background-color css
<style>
a { background-color: #29BCFD; }
a { background-color: rgb(41,188,253); }
div.DivClassName
{
background-color: #29BCFD;
}
.BgClassName
{
background-color: #29BCFD;
}
</style>
border-color css
<style>
span { border-color: #29BCFD; }
span { border-color: rgb(41,188,253); }
td.TdClassName
{
border-color: #29BCFD;
}
.TagClassName
{
border-color: #29BCFD;
}
</style>