Html Css Color HEX #0995CC Pacific Blue

📋 copy color: '#0995CC'

red 9 ◦ green 149 ◦ blue 204

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

Shades of Pacific Blue #0995CC

Tints of Pacific Blue #0995CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 2.49%
G = 41.16%
B = 56.35%

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

#0995CC (or 0x0995CC) is known color: Pacific Blue. HEX triplet: 09, 95 and CC. RGB value is (9,149,204). Sum of RGB (Red+Green+Blue) = 9+149+204=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #0995CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995CC is #F66A33. Grayscale: #717171. Windows color (decimal): -16149044 or 13407497. OLE color: 13407497.

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

Color convert

RGB 9 149 204 -
CMYK 0.96 0.27 0 0.2
HSL 196.92º 0.92% 0.42% -
HSV(B) 196.92º 0.96% 0.8% -
XYZ 21.76 25.91 60.98 -
YUV 113.41 179.12 53.53 -
System Red Green Blue C M Y K H S L
Decimal 9 149 204 0.96 0.27 0 0.2 196.92 0.92 0.42
Hex 9 95 CC 60 1B 0 14 C5 5C 2A
Octal 11 225 314 140 33 0 24 305 134 52
Binary 1001 10010101 11001100 1100000 11011 0 10100 11000101 1011100 101010

Color Harmonies of #0995CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995CC

Black with #0995CC

Text Example


Text Example

White with #0995CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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