Html Css Color HEX #29B2C8 Summer Sky

📋 copy color: '#29B2C8'

red 41 ◦ green 178 ◦ blue 200

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

Shades of Summer Sky #29B2C8

Tints of Summer Sky #29B2C8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 9.79%
G = 42.48%
B = 47.73%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#29B2C8 (or 0x29B2C8) is known color: Summer Sky. HEX triplet: 29, B2 and C8. RGB value is (41,178,200). Sum of RGB (Red+Green+Blue) = 41+178+200=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #29B2C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B2C8 is #D64D37. Grayscale: #8B8B8B. Windows color (decimal): -14044472 or 13152809. OLE color: 13152809.

HSL color Cylindrical-coordinate representation of color #29B2C8: hue angle of 188.3º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29B2C8 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 178 200 -
CMYK 0.80 0.11 0 0.22
HSL 188.3º 0.66% 0.47% -
HSV(B) 188.3º 0.8% 0.78% -
XYZ 27.26 36.48 60.25 -
YUV 139.55 162.11 57.71 -
System Red Green Blue C M Y K H S L
Decimal 41 178 200 0.80 0.11 0 0.22 188.3 0.66 0.47
Hex 29 B2 C8 50 B 0 16 BC 42 2F
Octal 51 262 310 120 13 0 26 274 102 57
Binary 101001 10110010 11001000 1010000 1011 0 10110 10111100 1000010 101111

Color Harmonies of #29B2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B2C8

Black with #29B2C8

Text Example


Text Example

White with #29B2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,178,200); }

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

background-color css

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

 a { background-color: rgb(41,178,200); }

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

border-color css

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

 span { border-color: rgb(41,178,200); }

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