#0094CC

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

Shades of Pacific Blue #0094CC

Tints of Pacific Blue #0094CC

Color information

#0094CC (or 0x0094CC) is unknown color: approx Pacific Blue. HEX triplet: 00, 94 and CC. RGB value is (0,148,204). Sum of RGB (Red+Green+Blue) = 0+148+204=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #0094CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094CC is #FF6B33. Grayscale: #6D6D6D. Windows color (decimal): -16739124 or 13407232. OLE color: 13407232.

HSL color Cylindrical-coordinate representation of color #0094CC: hue angle of 196.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094CC is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0148204-
CMYK10.2700.2
HSL196.47º100%40%-
HSV(B)196.47º100%80%-
XYZ21.4925.5460.92-
YUV110.13180.9749.45-

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) = 42.05%
BLUE value IS 204 (80.08% from 255) = 57.95%
R=0%
G=42.05%
B=57.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal014820410.2700.2196.4710040
Hex094CC641B014c46428
Octal02243141443302430414450
Binary01001010011001100110010011011010100110001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0094CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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