#009EDD

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

Shades of Pacific Blue #009EDD

Tints of Pacific Blue #009EDD

Color information

#009EDD (or 0x009EDD) is unknown color: approx Pacific Blue. HEX triplet: 00, 9E and DD. RGB value is (0,158,221). Sum of RGB (Red+Green+Blue) = 0+158+221=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #009EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EDD is #FF6122. Grayscale: #757575. Windows color (decimal): -16736547 or 14523904. OLE color: 14523904.

HSL color Cylindrical-coordinate representation of color #009EDD: hue angle of 197.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EDD is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0158221-
CMYK10.2900.13
HSL197.1º100%43.33%-
HSV(B)197.1º100%86.67%-
XYZ25.2829.6772.8-
YUV117.94186.1543.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 221 (86.72% from 255) = 58.31%
R=0%
G=41.69%
B=58.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal015822110.2900.13197.110043.33
Hex09EDD641D0Dc5642b
Octal02363351443501530514453
Binary0100111101101110111001001110101101110001011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009EDD; }

 p { color: rgb(0,158,221); }

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

<style>
 a { background-color: #009EDD; }

 a { background-color: rgb(0,158,221); }

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

<style>
 span { border-color: #009EDD; }

 span { border-color: rgb(0,158,221); }

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