Html Css Color HEX #0F9DBF Pacific Blue

📋 copy color: '#0F9DBF'

red 15 ◦ green 157 ◦ blue 191

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

Shades of Pacific Blue #0F9DBF

Tints of Pacific Blue #0F9DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.25%

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

R = 4.13%
G = 43.25%
B = 52.62%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F9DBF (or 0x0F9DBF) is known color: Pacific Blue. HEX triplet: 0F, 9D and BF. RGB value is (15,157,191). Sum of RGB (Red+Green+Blue) = 15+157+191=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F9DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9DBF is #F06240. Grayscale: #767676. Windows color (decimal): -15753793 or 12557583. OLE color: 12557583.

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

Color convert

RGB 15 157 191 -
CMYK 0.92 0.18 0 0.25
HSL 191.59º 0.85% 0.4% -
HSV(B) 191.59º 0.92% 0.75% -
XYZ 21.66 27.98 53.55 -
YUV 118.42 168.96 54.24 -
System Red Green Blue C M Y K H S L
Decimal 15 157 191 0.92 0.18 0 0.25 191.59 0.85 0.4
Hex F 9D BF 5C 12 0 19 C0 55 28
Octal 17 235 277 134 22 0 31 300 125 50
Binary 1111 10011101 10111111 1011100 10010 0 11001 11000000 1010101 101000

Color Harmonies of #0F9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9DBF

Black with #0F9DBF

Text Example


Text Example

White with #0F9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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