Html Css Color HEX #29A1DE Summer Sky

📋 copy color: '#29A1DE'

red 41 ◦ green 161 ◦ blue 222

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

Shades of Summer Sky #29A1DE

Tints of Summer Sky #29A1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 9.67%
G = 37.97%
B = 52.36%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29A1DE (or 0x29A1DE) is known color: Summer Sky. HEX triplet: 29, A1 and DE. RGB value is (41,161,222). Sum of RGB (Red+Green+Blue) = 41+161+222=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #29A1DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A1DE is #D65E21. Grayscale: #838383. Windows color (decimal): -14048802 or 14590249. OLE color: 14590249.

HSL color Cylindrical-coordinate representation of color #29A1DE: hue angle of 200.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29A1DE is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 161 222 -
CMYK 0.82 0.27 0 0.13
HSL 200.22º 0.73% 0.52% -
HSV(B) 200.22º 0.82% 0.87% -
XYZ 26.84 31.24 73.72 -
YUV 132.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 41 161 222 0.82 0.27 0 0.13 200.22 0.73 0.52
Hex 29 A1 DE 52 1B 0 D C8 49 34
Octal 51 241 336 122 33 0 15 310 111 64
Binary 101001 10100001 11011110 1010010 11011 0 1101 11001000 1001001 110100

Color Harmonies of #29A1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A1DE

Black with #29A1DE

Text Example


Text Example

White with #29A1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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