#2AAABD

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

Shades of Pelorous #2AAABD

Tints of Pelorous #2AAABD

Color information

#2AAABD (or 0x2AAABD) is unknown color: approx Pelorous. HEX triplet: 2A, AA and BD. RGB value is (42,170,189). Sum of RGB (Red+Green+Blue) = 42+170+189=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #2AAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAABD is #D55542. Grayscale: #858585. Windows color (decimal): -13980995 or 12429866. OLE color: 12429866.

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

Color convert

RGB42170189-
CMYK0.780.1000.26
HSL187.76º63.64%45.29%-
HSV(B)187.76º77.78%74.12%-
XYZ24.5132.9253.21-
YUV133.89159.0962.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.47%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=10.47%
G=42.39%
B=47.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421701890.780.1000.26187.7663.6445.29
Hex2AAABD4EA01Abc402d
Octal522522751161203227410055
Binary101010101010101011110110011101010011010101111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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