Html Css Color HEX #29BCDC Summer Sky

📋 copy color: '#29BCDC'

red 41 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #29BCDC

Tints of Summer Sky #29BCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 9.13%
G = 41.87%
B = 49%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29BCDC (or 0x29BCDC) is known color: Summer Sky. HEX triplet: 29, BC and DC. RGB value is (41,188,220). Sum of RGB (Red+Green+Blue) = 41+188+220=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #29BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCDC is #D64323. Grayscale: #939393. Windows color (decimal): -14041892 or 14466089. OLE color: 14466089.

HSL color Cylindrical-coordinate representation of color #29BCDC: hue angle of 190.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BCDC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 188 220 -
CMYK 0.81 0.15 0 0.14
HSL 190.73º 0.72% 0.51% -
HSV(B) 190.73º 0.81% 0.86% -
XYZ 31.82 41.61 74.06 -
YUV 147.7 168.8 51.9 -
System Red Green Blue C M Y K H S L
Decimal 41 188 220 0.81 0.15 0 0.14 190.73 0.72 0.51
Hex 29 BC DC 51 F 0 E BF 48 33
Octal 51 274 334 121 17 0 16 277 110 63
Binary 101001 10111100 11011100 1010001 1111 0 1110 10111111 1001000 110011

Color Harmonies of #29BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCDC

Black with #29BCDC

Text Example


Text Example

White with #29BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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