#1594D7

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

Shades of Pacific Blue #1594D7

Tints of Pacific Blue #1594D7

Color information

#1594D7 (or 0x1594D7) is unknown color: approx Pacific Blue. HEX triplet: 15, 94 and D7. RGB value is (21,148,215). Sum of RGB (Red+Green+Blue) = 21+148+215=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #1594D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594D7 is #EA6B28. Grayscale: #757575. Windows color (decimal): -15362857 or 14128149. OLE color: 14128149.

HSL color Cylindrical-coordinate representation of color #1594D7: hue angle of 200.72º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594D7 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21148215-
CMYK0.900.3100.16
HSL200.72º82.2%46.27%-
HSV(B)200.72º90.23%84.31%-
XYZ23.1626.2568.13-
YUV117.66182.9259.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.47%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 215 (84.38% from 255) = 55.99%
R=5.47%
G=38.54%
B=55.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal211482150.900.3100.16200.7282.246.27
Hex1594D75A1F010c9522e
Octal252243271323702031112256
Binary101011001010011010111101101011111010000110010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1594D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1594D7; }

 p { color: rgb(21,148,215); }

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

<style>
 a { background-color: #1594D7; }

 a { background-color: rgb(21,148,215); }

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

<style>
 span { border-color: #1594D7; }

 span { border-color: rgb(21,148,215); }

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