Html Css Color HEX #29BECE Summer Sky

📋 copy color: '#29BECE'

red 41 ◦ green 190 ◦ blue 206

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

Shades of Summer Sky #29BECE

Tints of Summer Sky #29BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.48%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 9.38%
G = 43.48%
B = 47.14%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29BECE (or 0x29BECE) is known color: Summer Sky. HEX triplet: 29, BE and CE. RGB value is (41,190,206). Sum of RGB (Red+Green+Blue) = 41+190+206=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #29BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BECE is #D64131. Grayscale: #939393. Windows color (decimal): -14041394 or 13549097. OLE color: 13549097.

HSL color Cylindrical-coordinate representation of color #29BECE: hue angle of 185.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BECE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 190 206 -
CMYK 0.80 0.08 0 0.19
HSL 185.82º 0.67% 0.48% -
HSV(B) 185.82º 0.8% 0.81% -
XYZ 30.47 41.75 64.85 -
YUV 147.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 41 190 206 0.80 0.08 0 0.19 185.82 0.67 0.48
Hex 29 BE CE 50 8 0 13 BA 43 30
Octal 51 276 316 120 10 0 23 272 103 60
Binary 101001 10111110 11001110 1010000 1000 0 10011 10111010 1000011 110000

Color Harmonies of #29BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BECE

Black with #29BECE

Text Example


Text Example

White with #29BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,190,206); }

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

background-color css

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

 a { background-color: rgb(41,190,206); }

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

border-color css

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

 span { border-color: rgb(41,190,206); }

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