#1497B6

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

Shades of Pelorous #1497B6

Tints of Pelorous #1497B6

Color information

#1497B6 (or 0x1497B6) is unknown color: approx Pelorous. HEX triplet: 14, 97 and B6. RGB value is (20,151,182). Sum of RGB (Red+Green+Blue) = 20+151+182=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #1497B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497B6 is #EB6849. Grayscale: #737373. Windows color (decimal): -15427658 or 11966228. OLE color: 11966228.

HSL color Cylindrical-coordinate representation of color #1497B6: hue angle of 191.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1497B6 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20151182-
CMYK0.890.1700.29
HSL191.48º80.2%39.61%-
HSV(B)191.48º89.01%71.37%-
XYZ19.825.6648.17-
YUV115.36165.659.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.67%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=5.67%
G=42.78%
B=51.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201511820.890.1700.29191.4880.239.61
Hex1497B6591101Dbf5028
Octal242272661312103527712050
Binary101001001011110110110101100110001011101101111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1497B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1497B6; }

 p { color: rgb(20,151,182); }

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

<style>
 a { background-color: #1497B6; }

 a { background-color: rgb(20,151,182); }

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

<style>
 span { border-color: #1497B6; }

 span { border-color: rgb(20,151,182); }

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