#29B0D0

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

Shades of Summer Sky #29B0D0

Tints of Summer Sky #29B0D0

Color information

#29B0D0 (or 0x29B0D0) is unknown color: approx Summer Sky. HEX triplet: 29, B0 and D0. RGB value is (41,176,208). Sum of RGB (Red+Green+Blue) = 41+176+208=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #29B0D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B0D0 is #D64F2F. Grayscale: #8B8B8B. Windows color (decimal): -14044976 or 13676585. OLE color: 13676585.

HSL color Cylindrical-coordinate representation of color #29B0D0: hue angle of 191.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29B0D0 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41176208-
CMYK0.800.1500.18
HSL191.5º67.07%48.82%-
HSV(B)191.5º80.29%81.57%-
XYZ27.8236.0865.17-
YUV139.28166.7757.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=9.65%
G=41.41%
B=48.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411762080.800.1500.18191.567.0748.82
Hex29B0D050F012bf4331
Octal512603201201702227710361
Binary101001101100001101000010100001111010010101111111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,176,208); }

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

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

 a { background-color: rgb(41,176,208); }

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

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

 span { border-color: rgb(41,176,208); }

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