#098DCC

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

Shades of Pacific Blue #098DCC

Tints of Pacific Blue #098DCC

Color information

#098DCC (or 0x098DCC) is unknown color: approx Pacific Blue. HEX triplet: 09, 8D and CC. RGB value is (9,141,204). Sum of RGB (Red+Green+Blue) = 9+141+204=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #098DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DCC is #F67233. Grayscale: #6C6C6C. Windows color (decimal): -16151092 or 13405449. OLE color: 13405449.

HSL color Cylindrical-coordinate representation of color #098DCC: hue angle of 199.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DCC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9141204-
CMYK0.960.3100.2
HSL199.38º91.55%41.76%-
HSV(B)199.38º95.59%80%-
XYZ20.5423.4760.57-
YUV108.71181.7756.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.54%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 204 (80.08% from 255) = 57.63%
R=2.54%
G=39.83%
B=57.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91412040.960.3100.2199.3891.5541.76
Hex98DCC601F014c75c2a
Octal112153141403702430713452
Binary10011000110111001100110000011111010100110001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098DCC; }

 p { color: rgb(9,141,204); }

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

<style>
 a { background-color: #098DCC; }

 a { background-color: rgb(9,141,204); }

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

<style>
 span { border-color: #098DCC; }

 span { border-color: rgb(9,141,204); }

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