Html Css Color HEX #29BDCB Summer Sky

📋 copy color: '#29BDCB'

red 41 ◦ green 189 ◦ blue 203

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

Shades of Summer Sky #29BDCB

Tints of Summer Sky #29BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.65%

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

R = 9.47%
G = 43.65%
B = 46.88%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29BDCB (or 0x29BDCB) is known color: Summer Sky. HEX triplet: 29, BD and CB. RGB value is (41,189,203). Sum of RGB (Red+Green+Blue) = 41+189+203=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #29BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDCB is #D64234. Grayscale: #929292. Windows color (decimal): -14041653 or 13352233. OLE color: 13352233.

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

Color convert

RGB 41 189 203 -
CMYK 0.80 0.07 0 0.20
HSL 185.19º 0.66% 0.48% -
HSV(B) 185.19º 0.8% 0.8% -
XYZ 29.89 41.18 62.87 -
YUV 146.34 159.97 52.86 -
System Red Green Blue C M Y K H S L
Decimal 41 189 203 0.80 0.07 0 0.20 185.19 0.66 0.48
Hex 29 BD CB 50 7 0 14 B9 42 30
Octal 51 275 313 120 7 0 24 271 102 60
Binary 101001 10111101 11001011 1010000 111 0 10100 10111001 1000010 110000

Color Harmonies of #29BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDCB

Black with #29BDCB

Text Example


Text Example

White with #29BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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