Html Css Color HEX #29AECB Summer Sky

📋 copy color: '#29AECB'

red 41 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #29AECB

Tints of Summer Sky #29AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 9.81%
G = 41.63%
B = 48.56%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29AECB (or 0x29AECB) is known color: Summer Sky. HEX triplet: 29, AE and CB. RGB value is (41,174,203). Sum of RGB (Red+Green+Blue) = 41+174+203=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #29AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AECB is #D65134. Grayscale: #898989. Windows color (decimal): -14045493 or 13348393. OLE color: 13348393.

HSL color Cylindrical-coordinate representation of color #29AECB: hue angle of 190.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AECB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 174 203 -
CMYK 0.80 0.14 0 0.20
HSL 190.74º 0.66% 0.48% -
HSV(B) 190.74º 0.8% 0.8% -
XYZ 26.83 35.06 61.85 -
YUV 137.54 164.94 59.14 -
System Red Green Blue C M Y K H S L
Decimal 41 174 203 0.80 0.14 0 0.20 190.74 0.66 0.48
Hex 29 AE CB 50 E 0 14 BF 42 30
Octal 51 256 313 120 16 0 24 277 102 60
Binary 101001 10101110 11001011 1010000 1110 0 10100 10111111 1000010 110000

Color Harmonies of #29AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AECB

Black with #29AECB

Text Example


Text Example

White with #29AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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