#29AFCA

Color #29AFCA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #29AFCA

Tints of Summer Sky #29AFCA

Color information

#29AFCA (or 0x29AFCA) is unknown color: approx Summer Sky. HEX triplet: 29, AF and CA. RGB value is (41,175,202). Sum of RGB (Red+Green+Blue) = 41+175+202=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #29AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFCA is #D65035. Grayscale: #898989. Windows color (decimal): -14045238 or 13283113. OLE color: 13283113.

HSL color Cylindrical-coordinate representation of color #29AFCA: hue angle of 190.06º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29AFCA is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41175202-
CMYK0.800.1300.21
HSL190.06º66.26%47.65%-
HSV(B)190.06º79.7%79.22%-
XYZ26.9135.461.29-
YUV138.01164.1158.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.81%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=9.81%
G=41.87%
B=48.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411752020.800.1300.21190.0666.2647.65
Hex29AFCA50D015be4230
Octal512573121201502527610260
Binary101001101011111100101010100001101010101101111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29AFCA;
 }
 .AnyTagClassName
 {
   color: #29AFCA;
 }
</style>
background-color css

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

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

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

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

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

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