Html Css Color HEX #29BCCD Summer Sky

📋 copy color: '#29BCCD'

red 41 ◦ green 188 ◦ blue 205

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

Shades of Summer Sky #29BCCD

Tints of Summer Sky #29BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 9.45%
G = 43.32%
B = 47.24%

CMYK

 C value IS 0.8

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29BCCD (or 0x29BCCD) is known color: Summer Sky. HEX triplet: 29, BC and CD. RGB value is (41,188,205). Sum of RGB (Red+Green+Blue) = 41+188+205=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #29BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCCD is #D64332. Grayscale: #919191. Windows color (decimal): -14041907 or 13483049. OLE color: 13483049.

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

Color convert

RGB 41 188 205 -
CMYK 0.8 0.08 0 0.20
HSL 186.22º 0.67% 0.48% -
HSV(B) 186.22º 0.8% 0.8% -
XYZ 29.92 40.85 64.06 -
YUV 145.99 161.3 53.12 -
System Red Green Blue C M Y K H S L
Decimal 41 188 205 0.8 0.08 0 0.20 186.22 0.67 0.48
Hex 29 BC CD 50 8 0 14 BA 43 30
Octal 51 274 315 120 10 0 24 272 103 60
Binary 101001 10111100 11001101 1010000 1000 0 10100 10111010 1000011 110000

Color Harmonies of #29BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCCD

Black with #29BCCD

Text Example


Text Example

White with #29BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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