#29BDDA

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

Shades of Summer Sky #29BDDA

Tints of Summer Sky #29BDDA

Color information

#29BDDA (or 0x29BDDA) is unknown color: approx Summer Sky. HEX triplet: 29, BD and DA. RGB value is (41,189,218). Sum of RGB (Red+Green+Blue) = 41+189+218=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #29BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDDA is #D64225. Grayscale: #939393. Windows color (decimal): -14041638 or 14335273. OLE color: 14335273.

HSL color Cylindrical-coordinate representation of color #29BDDA: hue angle of 189.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BDDA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41189218-
CMYK0.810.1300.15
HSL189.83º70.52%50.78%-
HSV(B)189.83º81.19%85.49%-
XYZ31.7741.9372.75-
YUV148.05167.4751.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.15%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 218 (85.55% from 255) = 48.66%
R=9.15%
G=42.19%
B=48.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411892180.810.1300.15189.8370.5250.78
Hex29BDDA51D0Fbe4733
Octal512753321211501727610763
Binary10100110111101110110101010001110101111101111101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,189,218); }

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

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

 a { background-color: rgb(41,189,218); }

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

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

 span { border-color: rgb(41,189,218); }

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