#2188AB

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

Shades of Pelorous #2188AB

Tints of Pelorous #2188AB

Color information

#2188AB (or 0x2188AB) is unknown color: approx Pelorous. HEX triplet: 21, 88 and AB. RGB value is (33,136,171). Sum of RGB (Red+Green+Blue) = 33+136+171=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #2188AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2188AB is #DE7754. Grayscale: #6C6C6C. Windows color (decimal): -14579541 or 11241505. OLE color: 11241505.

HSL color Cylindrical-coordinate representation of color #2188AB: hue angle of 195.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2188AB is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33136171-
CMYK0.810.2000.33
HSL195.22º67.65%40%-
HSV(B)195.22º80.7%67.06%-
XYZ16.7820.8741.67-
YUV109.19162.8873.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.71%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=9.71%
G=40%
B=50.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331361710.810.2000.33195.2267.6540
Hex2188AB5114021c34428
Octal412102531212404130310450
Binary10000110001000101010111010001101000100001110000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2188AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2188AB; }

 p { color: rgb(33,136,171); }

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

<style>
 a { background-color: #2188AB; }

 a { background-color: rgb(33,136,171); }

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

<style>
 span { border-color: #2188AB; }

 span { border-color: rgb(33,136,171); }

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