#099ED5

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

Shades of Pacific Blue #099ED5

Tints of Pacific Blue #099ED5

Color information

#099ED5 (or 0x099ED5) is unknown color: approx Pacific Blue. HEX triplet: 09, 9E and D5. RGB value is (9,158,213). Sum of RGB (Red+Green+Blue) = 9+158+213=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #099ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ED5 is #F6612A. Grayscale: #777777. Windows color (decimal): -16146731 or 13999625. OLE color: 13999625.

HSL color Cylindrical-coordinate representation of color #099ED5: hue angle of 196.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ED5 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9158213-
CMYK0.960.2600.16
HSL196.18º91.89%43.53%-
HSV(B)196.18º95.77%83.53%-
XYZ24.3529.3267.33-
YUV119.72180.6449.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.37%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 213 (83.59% from 255) = 56.05%
R=2.37%
G=41.58%
B=56.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91582130.960.2600.16196.1891.8943.53
Hex99ED5601A010c45c2c
Octal112363251403202030413454
Binary10011001111011010101110000011010010000110001001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099ED5; }

 p { color: rgb(9,158,213); }

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

<style>
 a { background-color: #099ED5; }

 a { background-color: rgb(9,158,213); }

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

<style>
 span { border-color: #099ED5; }

 span { border-color: rgb(9,158,213); }

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