Html Css Color HEX #0094CA Pacific Blue

📋 copy color: '#0094CA'

red 0 ◦ green 148 ◦ blue 202

#0094CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0094CA

Tints of Pacific Blue #0094CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 148 (58.2% from 255) = 42.29%

 BLUE value IS 202 (79.3% from 255) = 57.71%

R = 0%
G = 42.29%
B = 57.71%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0094CA (or 0x0094CA) is known color: 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

RGB 0 148 202 -
CMYK 1 0.27 0 0.21
HSL 196.04º 1% 0.4% -
HSV(B) 196.04º 1% 0.79% -
XYZ 21.25 25.44 59.67 -
YUV 109.9 179.97 49.61 -
System Red Green Blue C M Y K H S L
Decimal 0 148 202 1 0.27 0 0.21 196.04 1 0.4
Hex 0 94 CA 64 1B 0 15 C4 64 28
Octal 0 224 312 144 33 0 25 304 144 50
Binary 0 10010100 11001010 1100100 11011 0 10101 11000100 1100100 101000

Color Harmonies of #0094CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094CA

Black with #0094CA

Text Example


Text Example

White with #0094CA

Text Example


Text Example

HTML Codes & Css Web 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>