#2B9AAD

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

Shades of Pelorous #2B9AAD

Tints of Pelorous #2B9AAD

Color information

#2B9AAD (or 0x2B9AAD) is unknown color: approx Pelorous. HEX triplet: 2B, 9A and AD. RGB value is (43,154,173). Sum of RGB (Red+Green+Blue) = 43+154+173=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B9AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9AAD is #D46552. Grayscale: #7A7A7A. Windows color (decimal): -13919571 or 11377195. OLE color: 11377195.

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

Color convert

RGB43154173-
CMYK0.750.1100.32
HSL188.77º60.19%42.35%-
HSV(B)188.77º75.14%67.84%-
XYZ20.0926.6443.62-
YUV122.98156.2370.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.62%
GREEN value IS 154 (60.55% from 255) = 41.62%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=11.62%
G=41.62%
B=46.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431541730.750.1100.32188.7760.1942.35
Hex2B9AAD4BB020bd3c2a
Octal53232255113130402757452
Binary101011100110101010110110010111011010000010111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,154,173); }

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

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

 a { background-color: rgb(43,154,173); }

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

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

 span { border-color: rgb(43,154,173); }

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