Html Css Color HEX #0FA7BE Pacific Blue

📋 copy color: '#0FA7BE'

red 15 ◦ green 167 ◦ blue 190

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

Shades of Pacific Blue #0FA7BE

Tints of Pacific Blue #0FA7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

 BLUE value IS 190 (74.61% from 255) = 51.08%

R = 4.03%
G = 44.89%
B = 51.08%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FA7BE (or 0x0FA7BE) is known color: Pacific Blue. HEX triplet: 0F, A7 and BE. RGB value is (15,167,190). Sum of RGB (Red+Green+Blue) = 15+167+190=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FA7BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA7BE is #F05841. Grayscale: #7B7B7B. Windows color (decimal): -15751234 or 12494607. OLE color: 12494607.

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

Color convert

RGB 15 167 190 -
CMYK 0.92 0.12 0 0.25
HSL 187.89º 0.85% 0.4% -
HSV(B) 187.89º 0.92% 0.75% -
XYZ 23.31 31.46 53.56 -
YUV 124.17 165.14 50.13 -
System Red Green Blue C M Y K H S L
Decimal 15 167 190 0.92 0.12 0 0.25 187.89 0.85 0.4
Hex F A7 BE 5C C 0 19 BC 55 28
Octal 17 247 276 134 14 0 31 274 125 50
Binary 1111 10100111 10111110 1011100 1100 0 11001 10111100 1010101 101000

Color Harmonies of #0FA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA7BE

Black with #0FA7BE

Text Example


Text Example

White with #0FA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,167,190); }

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

background-color css

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

 a { background-color: rgb(15,167,190); }

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

border-color css

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

 span { border-color: rgb(15,167,190); }

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