#2AAEBF

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

Shades of Pelorous #2AAEBF

Tints of Pelorous #2AAEBF

Color information

#2AAEBF (or 0x2AAEBF) is unknown color: approx Pelorous. HEX triplet: 2A, AE and BF. RGB value is (42,174,191). Sum of RGB (Red+Green+Blue) = 42+174+191=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #2AAEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEBF is #D55140. Grayscale: #888888. Windows color (decimal): -13979969 or 12561962. OLE color: 12561962.

HSL color Cylindrical-coordinate representation of color #2AAEBF: hue angle of 186.85º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAEBF is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB42174191-
CMYK0.780.0900.25
HSL186.85º63.95%45.69%-
HSV(B)186.85º78.01%74.9%-
XYZ25.4934.5354.61-
YUV136.47158.7760.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.32%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 191 (75% from 255) = 46.93%
R=10.32%
G=42.75%
B=46.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421741910.780.0900.25186.8563.9545.69
Hex2AAEBF4E9019bb402e
Octal522562771161103127310056
Binary101010101011101011111110011101001011001101110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AAEBF; }

 p { color: rgb(42,174,191); }

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

<style>
 a { background-color: #2AAEBF; }

 a { background-color: rgb(42,174,191); }

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

<style>
 span { border-color: #2AAEBF; }

 span { border-color: rgb(42,174,191); }

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