#2AA6BB

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

Shades of Pelorous #2AA6BB

Tints of Pelorous #2AA6BB

Color information

#2AA6BB (or 0x2AA6BB) is unknown color: approx Pelorous. HEX triplet: 2A, A6 and BB. RGB value is (42,166,187). Sum of RGB (Red+Green+Blue) = 42+166+187=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AA6BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA6BB is #D55944. Grayscale: #838383. Windows color (decimal): -13982021 or 12297770. OLE color: 12297770.

HSL color Cylindrical-coordinate representation of color #2AA6BB: hue angle of 188.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA6BB is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42166187-
CMYK0.780.1100.27
HSL188.69º63.32%44.9%-
HSV(B)188.69º77.54%73.33%-
XYZ23.5631.3551.82-
YUV131.32159.4264.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.63%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=10.63%
G=42.03%
B=47.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421661870.780.1100.27188.6963.3244.9
Hex2AA6BB4EB01Bbd3f2d
Octal52246273116130332757755
Binary10101010100110101110111001110101101101110111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,166,187); }

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

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

 a { background-color: rgb(42,166,187); }

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

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

 span { border-color: rgb(42,166,187); }

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