#2194AB

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

Shades of Pelorous #2194AB

Tints of Pelorous #2194AB

Color information

#2194AB (or 0x2194AB) is unknown color: approx Pelorous. HEX triplet: 21, 94 and AB. RGB value is (33,148,171). Sum of RGB (Red+Green+Blue) = 33+148+171=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2194AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2194AB is #DE6B54. Grayscale: #747474. Windows color (decimal): -14576469 or 11244577. OLE color: 11244577.

HSL color Cylindrical-coordinate representation of color #2194AB: hue angle of 190º 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 #2194AB is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33148171-
CMYK0.810.1300.33
HSL190º67.65%40%-
HSV(B)190º80.7%67.06%-
XYZ18.5724.4442.27-
YUV116.24158.968.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.38%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=9.38%
G=42.05%
B=48.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331481710.810.1300.3319067.6540
Hex2194AB51D021be4428
Octal412242531211504127610450
Binary1000011001010010101011101000111010100001101111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2194AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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