Html Css Color HEX #29BCEA Summer Sky

📋 copy color: '#29BCEA'

red 41 ◦ green 188 ◦ blue 234

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

Shades of Summer Sky #29BCEA

Tints of Summer Sky #29BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.6%

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

R = 8.86%
G = 40.6%
B = 50.54%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29BCEA (or 0x29BCEA) is known color: Summer Sky. HEX triplet: 29, BC and EA. RGB value is (41,188,234). Sum of RGB (Red+Green+Blue) = 41+188+234=463 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.86% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #29BCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BCEA is #D64315. Grayscale: #949494. Windows color (decimal): -14041878 or 15383593. OLE color: 15383593.

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

Color convert

RGB 41 188 234 -
CMYK 0.82 0.20 0 0.08
HSL 194.3º 0.82% 0.54% -
HSV(B) 194.3º 0.82% 0.92% -
XYZ 33.75 42.38 84.24 -
YUV 149.29 175.8 50.76 -
System Red Green Blue C M Y K H S L
Decimal 41 188 234 0.82 0.20 0 0.08 194.3 0.82 0.54
Hex 29 BC EA 52 14 0 8 C2 52 36
Octal 51 274 352 122 24 0 10 302 122 66
Binary 101001 10111100 11101010 1010010 10100 0 1000 11000010 1010010 110110

Color Harmonies of #29BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCEA

Black with #29BCEA

Text Example


Text Example

White with #29BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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