#2AA0BD

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

Shades of Pelorous #2AA0BD

Tints of Pelorous #2AA0BD

Color information

#2AA0BD (or 0x2AA0BD) is unknown color: approx Pelorous. HEX triplet: 2A, A0 and BD. RGB value is (42,160,189). Sum of RGB (Red+Green+Blue) = 42+160+189=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #2AA0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA0BD is #D55F42. Grayscale: #7F7F7F. Windows color (decimal): -13983555 or 12427306. OLE color: 12427306.

HSL color Cylindrical-coordinate representation of color #2AA0BD: hue angle of 191.84º 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 #2AA0BD is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB42160189-
CMYK0.780.1500.26
HSL191.84º63.64%45.29%-
HSV(B)191.84º77.78%74.12%-
XYZ22.7129.3152.6-
YUV128.02162.4166.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.74%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=10.74%
G=40.92%
B=48.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421601890.780.1500.26191.8463.6445.29
Hex2AA0BD4EF01Ac0402d
Octal522402751161703230010055
Binary101010101000001011110110011101111011010110000001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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