Html Css Color HEX #29AFDC Summer Sky

📋 copy color: '#29AFDC'

red 41 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #29AFDC

Tints of Summer Sky #29AFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 9.4%
G = 40.14%
B = 50.46%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29AFDC (or 0x29AFDC) is known color: Summer Sky. HEX triplet: 29, AF and DC. RGB value is (41,175,220). Sum of RGB (Red+Green+Blue) = 41+175+220=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #29AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFDC is #D65023. Grayscale: #8B8B8B. Windows color (decimal): -14045220 or 14462761. OLE color: 14462761.

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

Color convert

RGB 41 175 220 -
CMYK 0.81 0.20 0 0.14
HSL 195.08º 0.72% 0.51% -
HSV(B) 195.08º 0.81% 0.86% -
XYZ 29.16 36.3 73.18 -
YUV 140.06 173.11 57.34 -
System Red Green Blue C M Y K H S L
Decimal 41 175 220 0.81 0.20 0 0.14 195.08 0.72 0.51
Hex 29 AF DC 51 14 0 E C3 48 33
Octal 51 257 334 121 24 0 16 303 110 63
Binary 101001 10101111 11011100 1010001 10100 0 1110 11000011 1001000 110011

Color Harmonies of #29AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AFDC

Black with #29AFDC

Text Example


Text Example

White with #29AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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