#29BBCA

Color #29BBCA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #29BBCA

Tints of Summer Sky #29BBCA

Color information

#29BBCA (or 0x29BBCA) is unknown color: approx Summer Sky. HEX triplet: 29, BB and CA. RGB value is (41,187,202). Sum of RGB (Red+Green+Blue) = 41+187+202=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #29BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBCA is #D64435. Grayscale: #909090. Windows color (decimal): -14042166 or 13286185. OLE color: 13286185.

HSL color Cylindrical-coordinate representation of color #29BBCA: hue angle of 185.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BBCA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41187202-
CMYK0.800.0700.21
HSL185.59º66.26%47.65%-
HSV(B)185.59º79.7%79.22%-
XYZ29.3540.2862.1-
YUV145.06160.1353.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 9.53%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=9.53%
G=43.49%
B=46.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411872020.800.0700.21185.5966.2647.65
Hex29BBCA507015ba4230
Octal51273312120702527210260
Binary10100110111011110010101010000111010101101110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29BBCA; }

 p { color: rgb(41,187,202); }

 H1.HeaderClassName
 {
   color: #29BBCA;
 }
 .AnyTagClassName
 {
   color: #29BBCA;
 }
</style>
background-color css

<style>
 a { background-color: #29BBCA; }

 a { background-color: rgb(41,187,202); }

 div.DivClassName
 {
   background-color: #29BBCA;
 }
 .BgClassName
 {
   background-color: #29BBCA;
 }
</style>
border-color css

<style>
 span { border-color: #29BBCA; }

 span { border-color: rgb(41,187,202); }

 td.TdClassName
 {
   border-color: #29BBCA;
 }
 .TagClassName
 {
   border-color: #29BBCA;
 }
</style>