#2AA2CA

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

Shades of Pelorous #2AA2CA

Tints of Pelorous #2AA2CA

Color information

#2AA2CA (or 0x2AA2CA) is unknown color: approx Pelorous. HEX triplet: 2A, A2 and CA. RGB value is (42,162,202). Sum of RGB (Red+Green+Blue) = 42+162+202=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #2AA2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA2CA is #D55D35. Grayscale: #828282. Windows color (decimal): -13983030 or 13279786. OLE color: 13279786.

HSL color Cylindrical-coordinate representation of color #2AA2CA: hue angle of 195º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AA2CA is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB42162202-
CMYK0.790.2000.21
HSL195º65.57%47.84%-
HSV(B)195º79.21%79.22%-
XYZ24.5430.660.49-
YUV130.68168.2464.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.34%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=10.34%
G=39.90%
B=49.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal421622020.790.2000.2119565.5747.84
Hex2AA2CA4F14015c34230
Octal522423121172402530310260
Binary1010101010001011001010100111110100010101110000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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