#1e93d6

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

Shades of Pacific Blue #1E93D6

Tints of Pacific Blue #1E93D6

Color information

#1E93D6 (or 0x1E93D6) is unknown color: approx Pacific Blue. HEX triplet: 1E, 93 and D6. RGB value is (30,147,214). Sum of RGB (Red+Green+Blue) = 30+147+214=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E93D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E93D6 is #E16C29. Grayscale: #777777. Windows color (decimal): -14773290 or 14062366. OLE color: 14062366.

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

Color convert

RGB30147214-
CMYK0.860.3100.16
HSL201.85º75.41%47.84%-
HSV(B)201.85º85.98%83.92%-
XYZ23.112667.42-
YUV119.66181.2464.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.67%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=7.67%
G=37.60%
B=54.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal301472140.860.3100.16201.8575.4147.84
Hex1E93D6561F010ca4b30
Octal362233261263702031211360
Binary111101001001111010110101011011111010000110010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e93d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,147,214); }

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

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

 a { background-color: rgb(30,147,214); }

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

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

 span { border-color: rgb(30,147,214); }

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