#0198D8

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

Shades of Pacific Blue #0198D8

Tints of Pacific Blue #0198D8

Color information

#0198D8 (or 0x0198D8) is unknown color: approx Pacific Blue. HEX triplet: 01, 98 and D8. RGB value is (1,152,216). Sum of RGB (Red+Green+Blue) = 1+152+216=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #0198D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198D8 is #FE6727. Grayscale: #717171. Windows color (decimal): -16672552 or 14194689. OLE color: 14194689.

HSL color Cylindrical-coordinate representation of color #0198D8: hue angle of 197.86º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198D8 is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1152216-
CMYK1.000.3000.15
HSL197.86º99.08%42.55%-
HSV(B)197.86º99.54%84.71%-
XYZ23.6427.4269.01-
YUV114.15185.4747.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 216 (84.77% from 255) = 58.54%
R=0.27%
G=41.19%
B=58.54%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11522161.000.3000.15197.8699.0842.55
Hex198D8641E0Fc6632b
Octal12303301443601730614353
Binary1100110001101100011001001111001111110001101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0198D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0198D8; }

 p { color: rgb(1,152,216); }

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

<style>
 a { background-color: #0198D8; }

 a { background-color: rgb(1,152,216); }

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

<style>
 span { border-color: #0198D8; }

 span { border-color: rgb(1,152,216); }

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