Html Css Color HEX #29BACE Summer Sky

📋 copy color: '#29BACE'

red 41 ◦ green 186 ◦ blue 206

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

Shades of Summer Sky #29BACE

Tints of Summer Sky #29BACE

RGB

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

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

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

R = 9.47%
G = 42.96%
B = 47.58%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29BACE (or 0x29BACE) is known color: Summer Sky. HEX triplet: 29, BA and CE. RGB value is (41,186,206). Sum of RGB (Red+Green+Blue) = 41+186+206=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #29BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BACE is #D64531. Grayscale: #909090. Windows color (decimal): -14042418 or 13548073. OLE color: 13548073.

HSL color Cylindrical-coordinate representation of color #29BACE: hue angle of 187.27º 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 #29BACE is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 186 206 -
CMYK 0.80 0.10 0 0.19
HSL 187.27º 0.67% 0.48% -
HSV(B) 187.27º 0.8% 0.81% -
XYZ 29.61 40.05 64.56 -
YUV 144.93 162.46 53.87 -
System Red Green Blue C M Y K H S L
Decimal 41 186 206 0.80 0.10 0 0.19 187.27 0.67 0.48
Hex 29 BA CE 50 A 0 13 BB 43 30
Octal 51 272 316 120 12 0 23 273 103 60
Binary 101001 10111010 11001110 1010000 1010 0 10011 10111011 1000011 110000

Color Harmonies of #29BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BACE

Black with #29BACE

Text Example


Text Example

White with #29BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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