Html Css Color HEX #29ACDB Summer Sky

📋 copy color: '#29ACDB'

red 41 ◦ green 172 ◦ blue 219

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

Shades of Summer Sky #29ACDB

Tints of Summer Sky #29ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 9.49%
G = 39.81%
B = 50.69%

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

#29ACDB (or 0x29ACDB) is known color: Summer Sky. HEX triplet: 29, AC and DB. RGB value is (41,172,219). Sum of RGB (Red+Green+Blue) = 41+172+219=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #29ACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACDB is #D65324. Grayscale: #898989. Windows color (decimal): -14045989 or 14396457. OLE color: 14396457.

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

Color convert

RGB 41 172 219 -
CMYK 0.81 0.21 0 0.14
HSL 195.84º 0.71% 0.51% -
HSV(B) 195.84º 0.81% 0.86% -
XYZ 28.45 35.09 72.29 -
YUV 138.19 173.6 58.68 -
System Red Green Blue C M Y K H S L
Decimal 41 172 219 0.81 0.21 0 0.14 195.84 0.71 0.51
Hex 29 AC DB 51 15 0 E C4 47 33
Octal 51 254 333 121 25 0 16 304 107 63
Binary 101001 10101100 11011011 1010001 10101 0 1110 11000100 1000111 110011

Color Harmonies of #29ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ACDB

Black with #29ACDB

Text Example


Text Example

White with #29ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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