Html Css Color HEX #29ACE7 Summer Sky

📋 copy color: '#29ACE7'

red 41 ◦ green 172 ◦ blue 231

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

Shades of Summer Sky #29ACE7

Tints of Summer Sky #29ACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.03%

R = 9.23%
G = 38.74%
B = 52.03%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#29ACE7 (or 0x29ACE7) is known color: Summer Sky. HEX triplet: 29, AC and E7. RGB value is (41,172,231). Sum of RGB (Red+Green+Blue) = 41+172+231=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #29ACE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29ACE7 is #D65318. Grayscale: #8B8B8B. Windows color (decimal): -14045977 or 15182889. OLE color: 15182889.

HSL color Cylindrical-coordinate representation of color #29ACE7: hue angle of 198.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29ACE7 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 172 231 -
CMYK 0.82 0.26 0 0.09
HSL 198.63º 0.8% 0.53% -
HSV(B) 198.63º 0.82% 0.91% -
XYZ 30.09 35.75 80.92 -
YUV 139.56 179.6 57.7 -
System Red Green Blue C M Y K H S L
Decimal 41 172 231 0.82 0.26 0 0.09 198.63 0.8 0.53
Hex 29 AC E7 52 1A 0 9 C7 50 35
Octal 51 254 347 122 32 0 11 307 120 65
Binary 101001 10101100 11100111 1010010 11010 0 1001 11000111 1010000 110101

Color Harmonies of #29ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ACE7

Black with #29ACE7

Text Example


Text Example

White with #29ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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