#2198AC

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

Shades of Pelorous #2198AC

Tints of Pelorous #2198AC

Color information

#2198AC (or 0x2198AC) is unknown color: approx Pelorous. HEX triplet: 21, 98 and AC. RGB value is (33,152,172). Sum of RGB (Red+Green+Blue) = 33+152+172=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #2198AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2198AC is #DE6753. Grayscale: #767676. Windows color (decimal): -14575444 or 11311137. OLE color: 11311137.

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

Color convert

RGB33152172-
CMYK0.810.1200.33
HSL188.63º67.8%40.2%-
HSV(B)188.63º80.81%67.45%-
XYZ19.325.7642.98-
YUV118.7158.0866.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.24%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=9.24%
G=42.58%
B=48.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331521720.810.1200.33188.6367.840.2
Hex2198AC51C021bd4428
Octal412302541211404127510450
Binary1000011001100010101100101000111000100001101111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2198AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2198AC; }

 p { color: rgb(33,152,172); }

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

<style>
 a { background-color: #2198AC; }

 a { background-color: rgb(33,152,172); }

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

<style>
 span { border-color: #2198AC; }

 span { border-color: rgb(33,152,172); }

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