Html Css Color HEX #0FA4BE Pacific Blue

📋 copy color: '#0FA4BE'

red 15 ◦ green 164 ◦ blue 190

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

Shades of Pacific Blue #0FA4BE

Tints of Pacific Blue #0FA4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.44%

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

R = 4.07%
G = 44.44%
B = 51.49%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0FA4BE (or 0x0FA4BE) is known color: Pacific Blue. HEX triplet: 0F, A4 and BE. RGB value is (15,164,190). Sum of RGB (Red+Green+Blue) = 15+164+190=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FA4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA4BE is #F05B41. Grayscale: #7A7A7A. Windows color (decimal): -15752002 or 12493839. OLE color: 12493839.

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

Color convert

RGB 15 164 190 -
CMYK 0.92 0.14 0 0.25
HSL 188.91º 0.85% 0.4% -
HSV(B) 188.91º 0.92% 0.75% -
XYZ 22.77 30.37 53.38 -
YUV 122.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 15 164 190 0.92 0.14 0 0.25 188.91 0.85 0.4
Hex F A4 BE 5C E 0 19 BD 55 28
Octal 17 244 276 134 16 0 31 275 125 50
Binary 1111 10100100 10111110 1011100 1110 0 11001 10111101 1010101 101000

Color Harmonies of #0FA4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA4BE

Black with #0FA4BE

Text Example


Text Example

White with #0FA4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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