Html Css Color HEX #29ACCD Summer Sky

📋 copy color: '#29ACCD'

red 41 ◦ green 172 ◦ blue 205

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

Shades of Summer Sky #29ACCD

Tints of Summer Sky #29ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 9.81%
G = 41.15%
B = 49.04%

CMYK

 C value IS 0.8

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29ACCD (or 0x29ACCD) is known color: Summer Sky. HEX triplet: 29, AC and CD. RGB value is (41,172,205). Sum of RGB (Red+Green+Blue) = 41+172+205=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #29ACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACCD is #D65332. Grayscale: #888888. Windows color (decimal): -14046003 or 13478953. OLE color: 13478953.

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

Color convert

RGB 41 172 205 -
CMYK 0.8 0.16 0 0.20
HSL 192.07º 0.67% 0.48% -
HSV(B) 192.07º 0.8% 0.8% -
XYZ 26.69 34.38 62.99 -
YUV 136.59 166.6 59.82 -
System Red Green Blue C M Y K H S L
Decimal 41 172 205 0.8 0.16 0 0.20 192.07 0.67 0.48
Hex 29 AC CD 50 10 0 14 C0 43 30
Octal 51 254 315 120 20 0 24 300 103 60
Binary 101001 10101100 11001101 1010000 10000 0 10100 11000000 1000011 110000

Color Harmonies of #29ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ACCD

Black with #29ACCD

Text Example


Text Example

White with #29ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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