Html Css Color HEX #0996CC Pacific Blue

📋 copy color: '#0996CC'

red 9 ◦ green 150 ◦ blue 204

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

Shades of Pacific Blue #0996CC

Tints of Pacific Blue #0996CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

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

R = 2.48%
G = 41.32%
B = 56.2%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0996CC (or 0x0996CC) is known color: Pacific Blue. HEX triplet: 09, 96 and CC. RGB value is (9,150,204). Sum of RGB (Red+Green+Blue) = 9+150+204=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #0996CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996CC is #F66933. Grayscale: #717171. Windows color (decimal): -16148788 or 13407753. OLE color: 13407753.

HSL color Cylindrical-coordinate representation of color #0996CC: hue angle of 196.62º 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 #0996CC is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 150 204 -
CMYK 0.96 0.26 0 0.2
HSL 196.62º 0.92% 0.42% -
HSV(B) 196.62º 0.96% 0.8% -
XYZ 21.92 26.23 61.03 -
YUV 114 178.79 53.11 -
System Red Green Blue C M Y K H S L
Decimal 9 150 204 0.96 0.26 0 0.2 196.62 0.92 0.42
Hex 9 96 CC 60 1A 0 14 C5 5C 2A
Octal 11 226 314 140 32 0 24 305 134 52
Binary 1001 10010110 11001100 1100000 11010 0 10100 11000101 1011100 101010

Color Harmonies of #0996CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996CC

Black with #0996CC

Text Example


Text Example

White with #0996CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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