#098CD8

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

Shades of Pacific Blue #098CD8

Tints of Pacific Blue #098CD8

Color information

#098CD8 (or 0x098CD8) is unknown color: approx Pacific Blue. HEX triplet: 09, 8C and D8. RGB value is (9,140,216). Sum of RGB (Red+Green+Blue) = 9+140+216=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #098CD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098CD8 is #F67327. Grayscale: #6D6D6D. Windows color (decimal): -16151336 or 14191625. OLE color: 14191625.

HSL color Cylindrical-coordinate representation of color #098CD8: hue angle of 202.03º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CD8 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9140216-
CMYK0.960.3500.15
HSL202.03º92%44.12%-
HSV(B)202.03º95.83%84.71%-
XYZ21.8923.7768.4-
YUV109.5188.156.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.47%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 216 (84.77% from 255) = 59.18%
R=2.47%
G=38.36%
B=59.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91402160.960.3500.15202.039244.12
Hex98CD860230Fca5c2c
Octal112143301404301731213454
Binary10011000110011011000110000010001101111110010101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,140,216); }

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

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

 a { background-color: rgb(9,140,216); }

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

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

 span { border-color: rgb(9,140,216); }

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