#099AE5

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

Shades of Pacific Blue #099AE5

Tints of Pacific Blue #099AE5

Color information

#099AE5 (or 0x099AE5) is unknown color: approx Pacific Blue. HEX triplet: 09, 9A and E5. RGB value is (9,154,229). Sum of RGB (Red+Green+Blue) = 9+154+229=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #099AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AE5 is #F6651A. Grayscale: #767676. Windows color (decimal): -16147739 or 15047177. OLE color: 15047177.

HSL color Cylindrical-coordinate representation of color #099AE5: hue angle of 200.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AE5 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9154229-
CMYK0.960.3300.10
HSL200.45º92.44%46.67%-
HSV(B)200.45º96.07%89.8%-
XYZ25.8128.8378.33-
YUV119.2189.9649.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.30%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 229 (89.84% from 255) = 58.42%
R=2.30%
G=39.29%
B=58.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal91542290.960.3300.10200.4592.4446.67
Hex99AE560210Ac85c2f
Octal112323451404101231013457
Binary10011001101011100101110000010000101010110010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,154,229); }

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

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

 a { background-color: rgb(9,154,229); }

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

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

 span { border-color: rgb(9,154,229); }

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