Html Css Color HEX #29BAEA Summer Sky

📋 copy color: '#29BAEA'

red 41 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #29BAEA

Tints of Summer Sky #29BAEA

RGB

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

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

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

R = 8.89%
G = 40.35%
B = 50.76%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29BAEA (or 0x29BAEA) is known color: Summer Sky. HEX triplet: 29, BA and EA. RGB value is (41,186,234). Sum of RGB (Red+Green+Blue) = 41+186+234=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #29BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BAEA is #D64515. Grayscale: #939393. Windows color (decimal): -14042390 or 15383081. OLE color: 15383081.

HSL color Cylindrical-coordinate representation of color #29BAEA: hue angle of 194.92º 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 #29BAEA is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 186 234 -
CMYK 0.82 0.21 0 0.08
HSL 194.92º 0.82% 0.54% -
HSV(B) 194.92º 0.82% 0.92% -
XYZ 33.32 41.53 84.1 -
YUV 148.12 176.46 51.6 -
System Red Green Blue C M Y K H S L
Decimal 41 186 234 0.82 0.21 0 0.08 194.92 0.82 0.54
Hex 29 BA EA 52 15 0 8 C3 52 36
Octal 51 272 352 122 25 0 10 303 122 66
Binary 101001 10111010 11101010 1010010 10101 0 1000 11000011 1010010 110110

Color Harmonies of #29BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BAEA

Black with #29BAEA

Text Example


Text Example

White with #29BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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