Html Css Color HEX #29BCD2 Summer Sky

📋 copy color: '#29BCD2'

red 41 ◦ green 188 ◦ blue 210

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

Shades of Summer Sky #29BCD2

Tints of Summer Sky #29BCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.84%

R = 9.34%
G = 42.82%
B = 47.84%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#29BCD2 (or 0x29BCD2) is known color: Summer Sky. HEX triplet: 29, BC and D2. RGB value is (41,188,210). Sum of RGB (Red+Green+Blue) = 41+188+210=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #29BCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCD2 is #D6432D. Grayscale: #929292. Windows color (decimal): -14041902 or 13810729. OLE color: 13810729.

HSL color Cylindrical-coordinate representation of color #29BCD2: hue angle of 187.81º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BCD2 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 188 210 -
CMYK 0.80 0.10 0 0.18
HSL 187.81º 0.67% 0.49% -
HSV(B) 187.81º 0.8% 0.82% -
XYZ 30.53 41.09 67.3 -
YUV 146.56 163.8 52.71 -
System Red Green Blue C M Y K H S L
Decimal 41 188 210 0.80 0.10 0 0.18 187.81 0.67 0.49
Hex 29 BC D2 50 A 0 12 BC 43 31
Octal 51 274 322 120 12 0 22 274 103 61
Binary 101001 10111100 11010010 1010000 1010 0 10010 10111100 1000011 110001

Color Harmonies of #29BCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCD2

Black with #29BCD2

Text Example


Text Example

White with #29BCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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