Html Css Color HEX #0F95BF Pacific Blue

📋 copy color: '#0F95BF'

red 15 ◦ green 149 ◦ blue 191

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

Shades of Pacific Blue #0F95BF

Tints of Pacific Blue #0F95BF

RGB

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

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

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

R = 4.23%
G = 41.97%
B = 53.8%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F95BF (or 0x0F95BF) is known color: Pacific Blue. HEX triplet: 0F, 95 and BF. RGB value is (15,149,191). Sum of RGB (Red+Green+Blue) = 15+149+191=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F95BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F95BF is #F06A40. Grayscale: #717171. Windows color (decimal): -15755841 or 12555535. OLE color: 12555535.

HSL color Cylindrical-coordinate representation of color #0F95BF: hue angle of 194.32º 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 #0F95BF is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 149 191 -
CMYK 0.92 0.22 0 0.25
HSL 194.32º 0.85% 0.4% -
HSV(B) 194.32º 0.92% 0.75% -
XYZ 20.35 25.36 53.11 -
YUV 113.72 171.61 57.58 -
System Red Green Blue C M Y K H S L
Decimal 15 149 191 0.92 0.22 0 0.25 194.32 0.85 0.4
Hex F 95 BF 5C 16 0 19 C2 55 28
Octal 17 225 277 134 26 0 31 302 125 50
Binary 1111 10010101 10111111 1011100 10110 0 11001 11000010 1010101 101000

Color Harmonies of #0F95BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F95BF

Black with #0F95BF

Text Example


Text Example

White with #0F95BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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