#1E97D5

Color #1E97D5 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1E97D5

Tints of Pacific Blue #1E97D5

Color information

#1E97D5 (or 0x1E97D5) is unknown color: approx Pacific Blue. HEX triplet: 1E, 97 and D5. RGB value is (30,151,213). Sum of RGB (Red+Green+Blue) = 30+151+213=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E97D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E97D5 is #E1682A. Grayscale: #797979. Windows color (decimal): -14772267 or 13997854. OLE color: 13997854.

HSL color Cylindrical-coordinate representation of color #1E97D5: hue angle of 200.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E97D5 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30151213-
CMYK0.860.2900.16
HSL200.33º75.31%47.65%-
HSV(B)200.33º85.92%83.53%-
XYZ23.6127.2166.96-
YUV121.89179.4162.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.61%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 213 (83.59% from 255) = 54.06%
R=7.61%
G=38.32%
B=54.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301512130.860.2900.16200.3375.3147.65
Hex1E97D5561D010c84b30
Octal362273251263502031011360
Binary111101001011111010101101011011101010000110010001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E97D5; }

 p { color: rgb(30,151,213); }

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

<style>
 a { background-color: #1E97D5; }

 a { background-color: rgb(30,151,213); }

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

<style>
 span { border-color: #1E97D5; }

 span { border-color: rgb(30,151,213); }

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