#1497bc

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

Shades of Pelorous #1497BC

Tints of Pelorous #1497BC

Color information

#1497BC (or 0x1497BC) is unknown color: approx Pelorous. HEX triplet: 14, 97 and BC. RGB value is (20,151,188). Sum of RGB (Red+Green+Blue) = 20+151+188=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #1497BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497BC is #EB6843. Grayscale: #737373. Windows color (decimal): -15427652 or 12359444. OLE color: 12359444.

HSL color Cylindrical-coordinate representation of color #1497BC: hue angle of 193.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1497BC is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB20151188-
CMYK0.890.2000.26
HSL193.21º80.77%40.78%-
HSV(B)193.21º89.36%73.73%-
XYZ20.4325.9151.5-
YUV116.05168.659.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.57%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=5.57%
G=42.06%
B=52.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201511880.890.2000.26193.2180.7740.78
Hex1497BC591401Ac15129
Octal242272741312403230112151
Binary101001001011110111100101100110100011010110000011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1497bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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