#2B9FAE

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

Shades of Pelorous #2B9FAE

Tints of Pelorous #2B9FAE

Color information

#2B9FAE (or 0x2B9FAE) is unknown color: approx Pelorous. HEX triplet: 2B, 9F and AE. RGB value is (43,159,174). Sum of RGB (Red+Green+Blue) = 43+159+174=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B9FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9FAE is #D46051. Grayscale: #7D7D7D. Windows color (decimal): -13918290 or 11444011. OLE color: 11444011.

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

Color convert

RGB43159174-
CMYK0.750.0900.32
HSL186.87º60.37%42.55%-
HSV(B)186.87º75.29%68.24%-
XYZ21.0328.3744.41-
YUV126.03155.0768.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.44%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=11.44%
G=42.29%
B=46.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431591740.750.0900.32186.8760.3742.55
Hex2B9FAE4B9020bb3c2b
Octal53237256113110402737453
Binary101011100111111010111010010111001010000010111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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