Html Css Color HEX #29AEDB Summer Sky

📋 copy color: '#29AEDB'

red 41 ◦ green 174 ◦ blue 219

#29AEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #29AEDB

Tints of Summer Sky #29AEDB

RGB

 RED value IS 41 (16.41% from 255) = 9.45%

 GREEN value IS 174 (68.36% from 255) = 40.09%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 9.45%
G = 40.09%
B = 50.46%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29AEDB (or 0x29AEDB) is known color: Summer Sky. HEX triplet: 29, AE and DB. RGB value is (41,174,219). Sum of RGB (Red+Green+Blue) = 41+174+219=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #29AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AEDB is #D65124. Grayscale: #8B8B8B. Windows color (decimal): -14045477 or 14396969. OLE color: 14396969.

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

Color convert

RGB 41 174 219 -
CMYK 0.81 0.21 0 0.14
HSL 195.17º 0.71% 0.51% -
HSV(B) 195.17º 0.81% 0.86% -
XYZ 28.84 35.86 72.42 -
YUV 139.36 172.94 57.84 -
System Red Green Blue C M Y K H S L
Decimal 41 174 219 0.81 0.21 0 0.14 195.17 0.71 0.51
Hex 29 AE DB 51 15 0 E C3 47 33
Octal 51 256 333 121 25 0 16 303 107 63
Binary 101001 10101110 11011011 1010001 10101 0 1110 11000011 1000111 110011

Color Harmonies of #29AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AEDB

Black with #29AEDB

Text Example


Text Example

White with #29AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,174,219); }

 H1.HeaderClassName
 {
   color: #29AEDB;
 }
 .AnyTagClassName
 {
   color: #29AEDB;
 }
</style>

background-color css

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

 a { background-color: rgb(41,174,219); }

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

border-color css

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

 span { border-color: rgb(41,174,219); }

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