Html Css Color HEX #29ADDB Summer Sky

📋 copy color: '#29ADDB'

red 41 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #29ADDB

Tints of Summer Sky #29ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.95%

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

R = 9.47%
G = 39.95%
B = 50.58%

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

#29ADDB (or 0x29ADDB) is known color: Summer Sky. HEX triplet: 29, AD and DB. RGB value is (41,173,219). Sum of RGB (Red+Green+Blue) = 41+173+219=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #29ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADDB is #D65224. Grayscale: #8A8A8A. Windows color (decimal): -14045733 or 14396713. OLE color: 14396713.

HSL color Cylindrical-coordinate representation of color #29ADDB: hue angle of 195.51º 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 #29ADDB is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 173 219 -
CMYK 0.81 0.21 0 0.14
HSL 195.51º 0.71% 0.51% -
HSV(B) 195.51º 0.81% 0.86% -
XYZ 28.64 35.47 72.36 -
YUV 138.78 173.27 58.26 -
System Red Green Blue C M Y K H S L
Decimal 41 173 219 0.81 0.21 0 0.14 195.51 0.71 0.51
Hex 29 AD DB 51 15 0 E C4 47 33
Octal 51 255 333 121 25 0 16 304 107 63
Binary 101001 10101101 11011011 1010001 10101 0 1110 11000100 1000111 110011

Color Harmonies of #29ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADDB

Black with #29ADDB

Text Example


Text Example

White with #29ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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