#0094CA

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

Shades of Pacific Blue #0094CA

Tints of Pacific Blue #0094CA

Color information

#0094CA (or 0x0094CA) is unknown color: approx Pacific Blue. HEX triplet: 00, 94 and CA. RGB value is (0,148,202). Sum of RGB (Red+Green+Blue) = 0+148+202=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #0094CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094CA is #FF6B35. Grayscale: #6D6D6D. Windows color (decimal): -16739126 or 13276160. OLE color: 13276160.

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

Color convert

RGB0148202-
CMYK10.2700.21
HSL196.04º100%39.61%-
HSV(B)196.04º100%79.22%-
XYZ21.2525.4459.67-
YUV109.9179.9749.61-

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.29%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=0%
G=42.29%
B=57.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal014820210.2700.21196.0410039.61
Hex094CA641B015c46428
Octal02243121443302530414450
Binary01001010011001010110010011011010101110001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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