Html Css Color HEX #29BAE1 Summer Sky

📋 copy color: '#29BAE1'

red 41 ◦ green 186 ◦ blue 225

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

Shades of Summer Sky #29BAE1

Tints of Summer Sky #29BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

 BLUE value IS 225 (88.28% from 255) = 49.78%

R = 9.07%
G = 41.15%
B = 49.78%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#29BAE1 (or 0x29BAE1) is known color: Summer Sky. HEX triplet: 29, BA and E1. RGB value is (41,186,225). Sum of RGB (Red+Green+Blue) = 41+186+225=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #29BAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BAE1 is #D6451E. Grayscale: #929292. Windows color (decimal): -14042399 or 14793257. OLE color: 14793257.

HSL color Cylindrical-coordinate representation of color #29BAE1: hue angle of 192.72º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BAE1 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 186 225 -
CMYK 0.82 0.17 0 0.12
HSL 192.72º 0.75% 0.52% -
HSV(B) 192.72º 0.82% 0.88% -
XYZ 32.06 41.03 77.46 -
YUV 147.09 171.96 52.33 -
System Red Green Blue C M Y K H S L
Decimal 41 186 225 0.82 0.17 0 0.12 192.72 0.75 0.52
Hex 29 BA E1 52 11 0 C C1 4B 34
Octal 51 272 341 122 21 0 14 301 113 64
Binary 101001 10111010 11100001 1010010 10001 0 1100 11000001 1001011 110100

Color Harmonies of #29BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BAE1

Black with #29BAE1

Text Example


Text Example

White with #29BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,225); }

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

background-color css

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

 a { background-color: rgb(41,186,225); }

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

border-color css

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

 span { border-color: rgb(41,186,225); }

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