#29AEC2

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

Shades of Pelorous #29AEC2

Tints of Pelorous #29AEC2

Color information

#29AEC2 (or 0x29AEC2) is unknown color: approx Pelorous. HEX triplet: 29, AE and C2. RGB value is (41,174,194). Sum of RGB (Red+Green+Blue) = 41+174+194=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #29AEC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AEC2 is #D6513D. Grayscale: #888888. Windows color (decimal): -14045502 or 12758569. OLE color: 12758569.

HSL color Cylindrical-coordinate representation of color #29AEC2: hue angle of 187.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29AEC2 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB41174194-
CMYK0.790.1000.24
HSL187.84º65.11%46.08%-
HSV(B)187.84º78.87%76.08%-
XYZ25.7934.6456.37-
YUV136.51160.4459.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.02%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=10.02%
G=42.54%
B=47.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411741940.790.1000.24187.8465.1146.08
Hex29AEC24FA018bc412e
Octal512563021171203027410156
Binary101001101011101100001010011111010011000101111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,174,194); }

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

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

 a { background-color: rgb(41,174,194); }

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

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

 span { border-color: rgb(41,174,194); }

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