#2A98AB

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

Shades of Pelorous #2A98AB

Tints of Pelorous #2A98AB

Color information

#2A98AB (or 0x2A98AB) is unknown color: approx Pelorous. HEX triplet: 2A, 98 and AB. RGB value is (42,152,171). Sum of RGB (Red+Green+Blue) = 42+152+171=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A98AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A98AB is #D56754. Grayscale: #797979. Windows color (decimal): -13985621 or 11245610. OLE color: 11245610.

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

Color convert

RGB42152171-
CMYK0.750.1100.33
HSL188.84º60.56%41.76%-
HSV(B)188.84º75.44%67.06%-
XYZ19.5325.8942.5-
YUV121.28156.0671.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.51%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=11.51%
G=41.64%
B=46.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421521710.750.1100.33188.8460.5641.76
Hex2A98AB4BB021bd3d2a
Octal52230253113130412757552
Binary101010100110001010101110010111011010000110111101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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