#2AA2BD

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

Shades of Pelorous #2AA2BD

Tints of Pelorous #2AA2BD

Color information

#2AA2BD (or 0x2AA2BD) is unknown color: approx Pelorous. HEX triplet: 2A, A2 and BD. RGB value is (42,162,189). Sum of RGB (Red+Green+Blue) = 42+162+189=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #2AA2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2BD is #D55D42. Grayscale: #808080. Windows color (decimal): -13983043 or 12427818. OLE color: 12427818.

HSL color Cylindrical-coordinate representation of color #2AA2BD: hue angle of 191.02º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA2BD is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42162189-
CMYK0.780.1400.26
HSL191.02º63.64%45.29%-
HSV(B)191.02º77.78%74.12%-
XYZ23.0630.0152.72-
YUV129.2161.7465.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.69%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=10.69%
G=41.22%
B=48.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421621890.780.1400.26191.0263.6445.29
Hex2AA2BD4EE01Abf402d
Octal522422751161603227710055
Binary101010101000101011110110011101110011010101111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,189); }

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

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

 a { background-color: rgb(42,162,189); }

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

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

 span { border-color: rgb(42,162,189); }

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