#29ABCC

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

Shades of Summer Sky #29ABCC

Tints of Summer Sky #29ABCC

Color information

#29ABCC (or 0x29ABCC) is unknown color: approx Summer Sky. HEX triplet: 29, AB and CC. RGB value is (41,171,204). Sum of RGB (Red+Green+Blue) = 41+171+204=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #29ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABCC is #D65433. Grayscale: #878787. Windows color (decimal): -14046260 or 13413161. OLE color: 13413161.

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

Color convert

RGB41171204-
CMYK0.800.1600.2
HSL192.15º66.53%48.04%-
HSV(B)192.15º79.9%80%-
XYZ26.3833.9662.29-
YUV135.89166.4360.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.86%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=9.86%
G=41.11%
B=49.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411712040.800.1600.2192.1566.5348.04
Hex29ABCC5010014c04330
Octal512533141202002430010360
Binary1010011010101111001100101000010000010100110000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,171,204); }

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

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

 a { background-color: rgb(41,171,204); }

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

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

 span { border-color: rgb(41,171,204); }

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