Html Css Color HEX #29A5DC Summer Sky

📋 copy color: '#29A5DC'

red 41 ◦ green 165 ◦ blue 220

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

Shades of Summer Sky #29A5DC

Tints of Summer Sky #29A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 9.62%
G = 38.73%
B = 51.64%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29A5DC (or 0x29A5DC) is known color: Summer Sky. HEX triplet: 29, A5 and DC. RGB value is (41,165,220). Sum of RGB (Red+Green+Blue) = 41+165+220=426 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.62% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #29A5DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A5DC is #D65A23. Grayscale: #858585. Windows color (decimal): -14047780 or 14460201. OLE color: 14460201.

HSL color Cylindrical-coordinate representation of color #29A5DC: hue angle of 198.44º 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 #29A5DC is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 165 220 -
CMYK 0.81 0.25 0 0.14
HSL 198.44º 0.72% 0.51% -
HSV(B) 198.44º 0.81% 0.86% -
XYZ 27.29 32.55 72.55 -
YUV 134.19 176.42 61.53 -
System Red Green Blue C M Y K H S L
Decimal 41 165 220 0.81 0.25 0 0.14 198.44 0.72 0.51
Hex 29 A5 DC 51 19 0 E C6 48 33
Octal 51 245 334 121 31 0 16 306 110 63
Binary 101001 10100101 11011100 1010001 11001 0 1110 11000110 1001000 110011

Color Harmonies of #29A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A5DC

Black with #29A5DC

Text Example


Text Example

White with #29A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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