Html Css Color HEX #0896BF Pacific Blue

📋 copy color: '#0896BF'

red 8 ◦ green 150 ◦ blue 191

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

Shades of Pacific Blue #0896BF

Tints of Pacific Blue #0896BF

RGB

 RED value IS 8 (3.52% from 255) = 2.29%

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

 BLUE value IS 191 (75% from 255) = 54.73%

R = 2.29%
G = 42.98%
B = 54.73%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0896BF (or 0x0896BF) is known color: Pacific Blue. HEX triplet: 08, 96 and BF. RGB value is (8,150,191). Sum of RGB (Red+Green+Blue) = 8+150+191=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #0896BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896BF is #F76940. Grayscale: #6F6F6F. Windows color (decimal): -16214337 or 12555784. OLE color: 12555784.

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

Color convert

RGB 8 150 191 -
CMYK 0.96 0.21 0 0.25
HSL 193.44º 0.92% 0.39% -
HSV(B) 193.44º 0.96% 0.75% -
XYZ 20.41 25.63 53.16 -
YUV 112.22 172.46 53.67 -
System Red Green Blue C M Y K H S L
Decimal 8 150 191 0.96 0.21 0 0.25 193.44 0.92 0.39
Hex 8 96 BF 60 15 0 19 C1 5C 27
Octal 10 226 277 140 25 0 31 301 134 47
Binary 1000 10010110 10111111 1100000 10101 0 11001 11000001 1011100 100111

Color Harmonies of #0896BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896BF

Black with #0896BF

Text Example


Text Example

White with #0896BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0896BF;
 }
 .AnyTagClassName
 {
   color: #0896BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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