#0098BF

Color #0098BF Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0098BF

Tints of Pacific Blue #0098BF

Color information

#0098BF (or 0x0098BF) is unknown color: approx Pacific Blue. HEX triplet: 00, 98 and BF. RGB value is (0,152,191). Sum of RGB (Red+Green+Blue) = 0+152+191=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #0098BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098BF is #FF6740. Grayscale: #6E6E6E. Windows color (decimal): -16738113 or 12556288. OLE color: 12556288.

HSL color Cylindrical-coordinate representation of color #0098BF: hue angle of 192.25º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098BF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0152191-
CMYK10.2000.25
HSL192.25º100%37.45%-
HSV(B)192.25º100%74.9%-
XYZ20.6326.2253.26-
YUV111173.1448.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 191 (75% from 255) = 55.69%
R=0%
G=44.31%
B=55.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal015219110.2000.25192.2510037.45
Hex098BF6414019c06425
Octal02302771442403130014445
Binary01001100010111111110010010100011001110000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0098BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,152,191); }

 H1.HeaderClassName
 {
   color: #0098BF;
 }
 .AnyTagClassName
 {
   color: #0098BF;
 }
</style>
background-color css

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

 a { background-color: rgb(0,152,191); }

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

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

 span { border-color: rgb(0,152,191); }

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