Html Css Color HEX #0FA4BC Pacific Blue

📋 copy color: '#0FA4BC'

red 15 ◦ green 164 ◦ blue 188

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

Shades of Pacific Blue #0FA4BC

Tints of Pacific Blue #0FA4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 4.09%
G = 44.69%
B = 51.23%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0FA4BC (or 0x0FA4BC) is known color: Pacific Blue. HEX triplet: 0F, A4 and BC. RGB value is (15,164,188). Sum of RGB (Red+Green+Blue) = 15+164+188=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FA4BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA4BC is #F05B43. Grayscale: #797979. Windows color (decimal): -15752004 or 12362767. OLE color: 12362767.

HSL color Cylindrical-coordinate representation of color #0FA4BC: hue angle of 188.32º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA4BC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 164 188 -
CMYK 0.92 0.13 0 0.26
HSL 188.32º 0.85% 0.4% -
HSV(B) 188.32º 0.92% 0.74% -
XYZ 22.55 30.28 52.23 -
YUV 122.19 165.14 51.55 -
System Red Green Blue C M Y K H S L
Decimal 15 164 188 0.92 0.13 0 0.26 188.32 0.85 0.4
Hex F A4 BC 5C D 0 1A BC 55 28
Octal 17 244 274 134 15 0 32 274 125 50
Binary 1111 10100100 10111100 1011100 1101 0 11010 10111100 1010101 101000

Color Harmonies of #0FA4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA4BC

Black with #0FA4BC

Text Example


Text Example

White with #0FA4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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