#0091D1

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

Shades of Pacific Blue #0091D1

Tints of Pacific Blue #0091D1

Color information

#0091D1 (or 0x0091D1) is unknown color: approx Pacific Blue. HEX triplet: 00, 91 and D1. RGB value is (0,145,209). Sum of RGB (Red+Green+Blue) = 0+145+209=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #0091D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0091D1 is #FF6E2E. Grayscale: #6C6C6C. Windows color (decimal): -16739887 or 13734144. OLE color: 13734144.

HSL color Cylindrical-coordinate representation of color #0091D1: hue angle of 198.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091D1 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0145209-
CMYK10.3100.18
HSL198.37º100%40.98%-
HSV(B)198.37º100%81.96%-
XYZ21.6324.8563.98-
YUV108.94184.4650.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 209 (82.03% from 255) = 59.04%
R=0%
G=40.96%
B=59.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal014520910.3100.18198.3710040.98
Hex091D1641F012c66429
Octal02213211443702230614451
Binary01001000111010001110010011111010010110001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0091D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0091D1; }

 p { color: rgb(0,145,209); }

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

<style>
 a { background-color: #0091D1; }

 a { background-color: rgb(0,145,209); }

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

<style>
 span { border-color: #0091D1; }

 span { border-color: rgb(0,145,209); }

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