Html Css Color HEX #29AFEC Summer Sky

📋 copy color: '#29AFEC'

red 41 ◦ green 175 ◦ blue 236

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

Shades of Summer Sky #29AFEC

Tints of Summer Sky #29AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.72%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 9.07%
G = 38.72%
B = 52.21%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29AFEC (or 0x29AFEC) is known color: Summer Sky. HEX triplet: 29, AF and EC. RGB value is (41,175,236). Sum of RGB (Red+Green+Blue) = 41+175+236=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #29AFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #29AFEC is #D65013. Grayscale: #8D8D8D. Windows color (decimal): -14045204 or 15511337. OLE color: 15511337.

HSL color Cylindrical-coordinate representation of color #29AFEC: hue angle of 198.77º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29AFEC is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 175 236 -
CMYK 0.83 0.26 0 0.07
HSL 198.77º 0.84% 0.54% -
HSV(B) 198.77º 0.83% 0.93% -
XYZ 31.38 37.19 84.88 -
YUV 141.89 181.11 56.04 -
System Red Green Blue C M Y K H S L
Decimal 41 175 236 0.83 0.26 0 0.07 198.77 0.84 0.54
Hex 29 AF EC 53 1A 0 7 C7 54 36
Octal 51 257 354 123 32 0 7 307 124 66
Binary 101001 10101111 11101100 1010011 11010 0 111 11000111 1010100 110110

Color Harmonies of #29AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AFEC

Black with #29AFEC

Text Example


Text Example

White with #29AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,175,236); }

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

background-color css

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

 a { background-color: rgb(41,175,236); }

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

border-color css

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

 span { border-color: rgb(41,175,236); }

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