Html Css Color HEX #0994CC Pacific Blue

📋 copy color: '#0994CC'

red 9 ◦ green 148 ◦ blue 204

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

Shades of Pacific Blue #0994CC

Tints of Pacific Blue #0994CC

RGB

 RED value IS 9 (3.91% from 255) = 2.49%

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

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

R = 2.49%
G = 41%
B = 56.51%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0994CC (or 0x0994CC) is known color: Pacific Blue. HEX triplet: 09, 94 and CC. RGB value is (9,148,204). Sum of RGB (Red+Green+Blue) = 9+148+204=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #0994CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0994CC is #F66B33. Grayscale: #707070. Windows color (decimal): -16149300 or 13407241. OLE color: 13407241.

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

Color convert

RGB 9 148 204 -
CMYK 0.96 0.27 0 0.2
HSL 197.23º 0.92% 0.42% -
HSV(B) 197.23º 0.96% 0.8% -
XYZ 21.6 25.6 60.93 -
YUV 112.82 179.45 53.95 -
System Red Green Blue C M Y K H S L
Decimal 9 148 204 0.96 0.27 0 0.2 197.23 0.92 0.42
Hex 9 94 CC 60 1B 0 14 C5 5C 2A
Octal 11 224 314 140 33 0 24 305 134 52
Binary 1001 10010100 11001100 1100000 11011 0 10100 11000101 1011100 101010

Color Harmonies of #0994CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994CC

Black with #0994CC

Text Example


Text Example

White with #0994CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0994CC;
 }
 .AnyTagClassName
 {
   color: #0994CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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