Html Css Color HEX #29A1EA Summer Sky

📋 copy color: '#29A1EA'

red 41 ◦ green 161 ◦ blue 234

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

Shades of Summer Sky #29A1EA

Tints of Summer Sky #29A1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.93%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 9.4%
G = 36.93%
B = 53.67%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29A1EA (or 0x29A1EA) is known color: Summer Sky. HEX triplet: 29, A1 and EA. RGB value is (41,161,234). Sum of RGB (Red+Green+Blue) = 41+161+234=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #29A1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29A1EA is #D65E15. Grayscale: #858585. Windows color (decimal): -14048790 or 15376681. OLE color: 15376681.

HSL color Cylindrical-coordinate representation of color #29A1EA: hue angle of 202.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29A1EA is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 161 234 -
CMYK 0.82 0.31 0 0.08
HSL 202.69º 0.82% 0.54% -
HSV(B) 202.69º 0.82% 0.92% -
XYZ 28.51 31.9 82.5 -
YUV 133.44 184.74 62.06 -
System Red Green Blue C M Y K H S L
Decimal 41 161 234 0.82 0.31 0 0.08 202.69 0.82 0.54
Hex 29 A1 EA 52 1F 0 8 CB 52 36
Octal 51 241 352 122 37 0 10 313 122 66
Binary 101001 10100001 11101010 1010010 11111 0 1000 11001011 1010010 110110

Color Harmonies of #29A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A1EA

Black with #29A1EA

Text Example


Text Example

White with #29A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,161,234); }

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

background-color css

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

 a { background-color: rgb(41,161,234); }

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

border-color css

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

 span { border-color: rgb(41,161,234); }

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