#2AABBE

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

Shades of Pelorous #2AABBE

Tints of Pelorous #2AABBE

Color information

#2AABBE (or 0x2AABBE) is unknown color: approx Pelorous. HEX triplet: 2A, AB and BE. RGB value is (42,171,190). Sum of RGB (Red+Green+Blue) = 42+171+190=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #2AABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABBE is #D55441. Grayscale: #868686. Windows color (decimal): -13980738 or 12495658. OLE color: 12495658.

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

Color convert

RGB42171190-
CMYK0.780.1000.25
HSL187.7º63.79%45.49%-
HSV(B)187.7º77.89%74.51%-
XYZ24.8133.3453.84-
YUV134.6159.2661.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.42%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=10.42%
G=42.43%
B=47.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421711900.780.1000.25187.763.7945.49
Hex2AABBE4EA019bc402d
Octal522532761161203127410055
Binary101010101010111011111010011101010011001101111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,190); }

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

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

 a { background-color: rgb(42,171,190); }

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

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

 span { border-color: rgb(42,171,190); }

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