Html Css Color HEX #29BACB Summer Sky

📋 copy color: '#29BACB'

red 41 ◦ green 186 ◦ blue 203

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

Shades of Summer Sky #29BACB

Tints of Summer Sky #29BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 9.53%
G = 43.26%
B = 47.21%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29BACB (or 0x29BACB) is known color: Summer Sky. HEX triplet: 29, BA and CB. RGB value is (41,186,203). Sum of RGB (Red+Green+Blue) = 41+186+203=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #29BACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BACB is #D64534. Grayscale: #909090. Windows color (decimal): -14042421 or 13351465. OLE color: 13351465.

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

Color convert

RGB 41 186 203 -
CMYK 0.80 0.08 0 0.20
HSL 186.3º 0.66% 0.48% -
HSV(B) 186.3º 0.8% 0.8% -
XYZ 29.25 39.9 62.66 -
YUV 144.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 41 186 203 0.80 0.08 0 0.20 186.3 0.66 0.48
Hex 29 BA CB 50 8 0 14 BA 42 30
Octal 51 272 313 120 10 0 24 272 102 60
Binary 101001 10111010 11001011 1010000 1000 0 10100 10111010 1000010 110000

Color Harmonies of #29BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BACB

Black with #29BACB

Text Example


Text Example

White with #29BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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