#0094D6

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

Shades of Pacific Blue #0094D6

Tints of Pacific Blue #0094D6

Color information

#0094D6 (or 0x0094D6) is unknown color: approx Pacific Blue. HEX triplet: 00, 94 and D6. RGB value is (0,148,214). Sum of RGB (Red+Green+Blue) = 0+148+214=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 214 (83.98% from 255 or 59.12% from 362); Max value from RGB is 214 - color contains mainly: blue. Hex color #0094D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094D6 is #FF6B29. Grayscale: #6E6E6E. Windows color (decimal): -16739114 or 14062592. OLE color: 14062592.

HSL color Cylindrical-coordinate representation of color #0094D6: hue angle of 198.5º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094D6 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB0148214-
CMYK10.3100.16
HSL198.5º100%41.96%-
HSV(B)198.5º100%83.92%-
XYZ22.7326.0367.45-
YUV111.27185.9748.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 214 (83.98% from 255) = 59.12%
R=0%
G=40.88%
B=59.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal014821410.3100.16198.510041.96
Hex094D6641F010c7642a
Octal02243261443702030714452
Binary01001010011010110110010011111010000110001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0094D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0094D6; }

 p { color: rgb(0,148,214); }

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

<style>
 a { background-color: #0094D6; }

 a { background-color: rgb(0,148,214); }

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

<style>
 span { border-color: #0094D6; }

 span { border-color: rgb(0,148,214); }

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