#1E98D5

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

Shades of Pacific Blue #1E98D5

Tints of Pacific Blue #1E98D5

Color information

#1E98D5 (or 0x1E98D5) is unknown color: approx Pacific Blue. HEX triplet: 1E, 98 and D5. RGB value is (30,152,213). Sum of RGB (Red+Green+Blue) = 30+152+213=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #1E98D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E98D5 is #E1672A. Grayscale: #7A7A7A. Windows color (decimal): -14772011 or 13998110. OLE color: 13998110.

HSL color Cylindrical-coordinate representation of color #1E98D5: hue angle of 200º 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 #1E98D5 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB30152213-
CMYK0.860.2900.16
HSL200º75.31%47.65%-
HSV(B)200º85.92%83.53%-
XYZ23.7727.5467.01-
YUV122.48179.0862.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.59%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=7.59%
G=38.48%
B=53.92%

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
Decimal301522130.860.2900.1620075.3147.65
Hex1E98D5561D010c84b30
Octal362303251263502031011360
Binary111101001100011010101101011011101010000110010001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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