#1997AC

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

Shades of Pelorous #1997AC

Tints of Pelorous #1997AC

Color information

#1997AC (or 0x1997AC) is unknown color: approx Pelorous. HEX triplet: 19, 97 and AC. RGB value is (25,151,172). Sum of RGB (Red+Green+Blue) = 25+151+172=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #1997AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1997AC is #E66853. Grayscale: #737373. Windows color (decimal): -15099988 or 11310873. OLE color: 11310873.

HSL color Cylindrical-coordinate representation of color #1997AC: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1997AC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25151172-
CMYK0.850.1200.33
HSL188.57º74.62%38.63%-
HSV(B)188.57º85.47%67.45%-
XYZ18.9125.3242.92-
YUV115.72159.7663.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.18%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=7.18%
G=43.39%
B=49.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251511720.850.1200.33188.5774.6238.63
Hex1997AC55C021bd4b27
Octal312272541251404127511347
Binary110011001011110101100101010111000100001101111011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1997AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,151,172); }

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

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

 a { background-color: rgb(25,151,172); }

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

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

 span { border-color: rgb(25,151,172); }

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