#0996BF

Color #0996BF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0996BF

Tints of Pacific Blue #0996BF

Color information

#0996BF (or 0x0996BF) is unknown color: approx Pacific Blue. HEX triplet: 09, 96 and BF. RGB value is (9,150,191). Sum of RGB (Red+Green+Blue) = 9+150+191=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #0996BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0996BF is #F66940. Grayscale: #707070. Windows color (decimal): -16148801 or 12555785. OLE color: 12555785.

HSL color Cylindrical-coordinate representation of color #0996BF: hue angle of 193.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996BF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9150191-
CMYK0.950.2100.25
HSL193.52º91%39.22%-
HSV(B)193.52º95.29%74.9%-
XYZ20.4225.6353.16-
YUV112.52172.2954.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.57%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 191 (75% from 255) = 54.57%
R=2.57%
G=42.86%
B=54.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91501910.950.2100.25193.529139.22
Hex996BF5F15019c25b27
Octal112262771372503130213347
Binary10011001011010111111101111110101011001110000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0996BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0996BF;
 }
 .AnyTagClassName
 {
   color: #0996BF;
 }
</style>
background-color css

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

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

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

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

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

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