Html Css Color HEX #0995BF Pacific Blue

📋 copy color: '#0995BF'

red 9 ◦ green 149 ◦ blue 191

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

Shades of Pacific Blue #0995BF

Tints of Pacific Blue #0995BF

RGB

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

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

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

R = 2.58%
G = 42.69%
B = 54.73%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0995BF (or 0x0995BF) is known color: Pacific Blue. HEX triplet: 09, 95 and BF. RGB value is (9,149,191). Sum of RGB (Red+Green+Blue) = 9+149+191=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 149 (58.59% from 255 or 42.69% 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 #0995BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995BF is #F66A40. Grayscale: #6F6F6F. Windows color (decimal): -16149057 or 12555529. OLE color: 12555529.

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

Color convert

RGB 9 149 191 -
CMYK 0.95 0.22 0 0.25
HSL 193.85º 0.91% 0.39% -
HSV(B) 193.85º 0.95% 0.75% -
XYZ 20.26 25.31 53.11 -
YUV 111.93 172.62 54.58 -
System Red Green Blue C M Y K H S L
Decimal 9 149 191 0.95 0.22 0 0.25 193.85 0.91 0.39
Hex 9 95 BF 5F 16 0 19 C2 5B 27
Octal 11 225 277 137 26 0 31 302 133 47
Binary 1001 10010101 10111111 1011111 10110 0 11001 11000010 1011011 100111

Color Harmonies of #0995BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995BF

Black with #0995BF

Text Example


Text Example

White with #0995BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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