Html Css Color HEX #29BAC8 Summer Sky

📋 copy color: '#29BAC8'

red 41 ◦ green 186 ◦ blue 200

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

Shades of Summer Sky #29BAC8

Tints of Summer Sky #29BAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

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

R = 9.6%
G = 43.56%
B = 46.84%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#29BAC8 (or 0x29BAC8) is known color: Summer Sky. HEX triplet: 29, BA and C8. RGB value is (41,186,200). Sum of RGB (Red+Green+Blue) = 41+186+200=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #29BAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BAC8 is #D64537. Grayscale: #909090. Windows color (decimal): -14042424 or 13154857. OLE color: 13154857.

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

Color convert

RGB 41 186 200 -
CMYK 0.80 0.07 0 0.22
HSL 185.28º 0.66% 0.47% -
HSV(B) 185.28º 0.8% 0.78% -
XYZ 28.9 39.76 60.79 -
YUV 144.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 41 186 200 0.80 0.07 0 0.22 185.28 0.66 0.47
Hex 29 BA C8 50 7 0 16 B9 42 2F
Octal 51 272 310 120 7 0 26 271 102 57
Binary 101001 10111010 11001000 1010000 111 0 10110 10111001 1000010 101111

Color Harmonies of #29BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BAC8

Black with #29BAC8

Text Example


Text Example

White with #29BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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