Html Css Color HEX #0F96BF Pacific Blue

📋 copy color: '#0F96BF'

red 15 ◦ green 150 ◦ blue 191

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

Shades of Pacific Blue #0F96BF

Tints of Pacific Blue #0F96BF

RGB

 RED value IS 15 (6.25% from 255) = 4.21%

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

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

R = 4.21%
G = 42.13%
B = 53.65%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F96BF (or 0x0F96BF) is known color: Pacific Blue. HEX triplet: 0F, 96 and BF. RGB value is (15,150,191). Sum of RGB (Red+Green+Blue) = 15+150+191=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F96BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F96BF is #F06940. Grayscale: #727272. Windows color (decimal): -15755585 or 12555791. OLE color: 12555791.

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

Color convert

RGB 15 150 191 -
CMYK 0.92 0.21 0 0.25
HSL 193.98º 0.85% 0.4% -
HSV(B) 193.98º 0.92% 0.75% -
XYZ 20.51 25.68 53.17 -
YUV 114.31 171.27 57.17 -
System Red Green Blue C M Y K H S L
Decimal 15 150 191 0.92 0.21 0 0.25 193.98 0.85 0.4
Hex F 96 BF 5C 15 0 19 C2 55 28
Octal 17 226 277 134 25 0 31 302 125 50
Binary 1111 10010110 10111111 1011100 10101 0 11001 11000010 1010101 101000

Color Harmonies of #0F96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F96BF

Black with #0F96BF

Text Example


Text Example

White with #0F96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F96BF; }

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

 H1.HeaderClassName
 {
   color: #0F96BF;
 }
 .AnyTagClassName
 {
   color: #0F96BF;
 }
</style>

background-color css

<style>
 a { background-color: #0F96BF; }

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

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

border-color css

<style>
 span { border-color: #0F96BF; }

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

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