#2A9FAE

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

Shades of Pelorous #2A9FAE

Tints of Pelorous #2A9FAE

Color information

#2A9FAE (or 0x2A9FAE) is unknown color: approx Pelorous. HEX triplet: 2A, 9F and AE. RGB value is (42,159,174). Sum of RGB (Red+Green+Blue) = 42+159+174=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A9FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9FAE is #D56051. Grayscale: #7D7D7D. Windows color (decimal): -13983826 or 11444010. OLE color: 11444010.

HSL color Cylindrical-coordinate representation of color #2A9FAE: hue angle of 186.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A9FAE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB42159174-
CMYK0.760.0900.32
HSL186.82º61.11%42.35%-
HSV(B)186.82º75.86%68.24%-
XYZ20.9928.3444.41-
YUV125.73155.2468.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.2%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=11.2%
G=42.4%
B=46.4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal421591740.760.0900.32186.8261.1142.35
Hex2A9FAE4C9020bb3d2a
Octal52237256114110402737552
Binary101010100111111010111010011001001010000010111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,159,174); }

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

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

 a { background-color: rgb(42,159,174); }

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

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

 span { border-color: rgb(42,159,174); }

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