Html Css Color HEX #0094CC Pacific Blue

📋 copy color: '#0094CC'

red 0 ◦ green 148 ◦ blue 204

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

Shades of Pacific Blue #0094CC

Tints of Pacific Blue #0094CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 0%
G = 42.05%
B = 57.95%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 0 148 204 -
CMYK 1 0.27 0 0.2
HSL 196.47º 1% 0.4% -
HSV(B) 196.47º 1% 0.8% -
XYZ 21.49 25.54 60.92 -
YUV 110.13 180.97 49.45 -
System Red Green Blue C M Y K H S L
Decimal 0 148 204 1 0.27 0 0.2 196.47 1 0.4
Hex 0 94 CC 64 1B 0 14 C4 64 28
Octal 0 224 314 144 33 0 24 304 144 50
Binary 0 10010100 11001100 1100100 11011 0 10100 11000100 1100100 101000

Color Harmonies of #0094CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094CC

Black with #0094CC

Text Example


Text Example

White with #0094CC

Text Example


Text Example

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