#099EDE

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

Shades of Pacific Blue #099EDE

Tints of Pacific Blue #099EDE

Color information

#099EDE (or 0x099EDE) is unknown color: approx Pacific Blue. HEX triplet: 09, 9E and DE. RGB value is (9,158,222). Sum of RGB (Red+Green+Blue) = 9+158+222=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #099EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EDE is #F66121. Grayscale: #787878. Windows color (decimal): -16146722 or 14589449. OLE color: 14589449.

HSL color Cylindrical-coordinate representation of color #099EDE: hue angle of 198.03º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EDE is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9158222-
CMYK0.960.2900.13
HSL198.03º92.21%45.29%-
HSV(B)198.03º95.95%87.06%-
XYZ25.5229.7973.51-
YUV120.74185.1448.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.31%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 222 (87.11% from 255) = 57.07%
R=2.31%
G=40.62%
B=57.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91582220.960.2900.13198.0392.2145.29
Hex99EDE601D0Dc65c2d
Octal112363361403501530613455
Binary1001100111101101111011000001110101101110001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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