#009DDE

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

Shades of Pacific Blue #009DDE

Tints of Pacific Blue #009DDE

Color information

#009DDE (or 0x009DDE) is unknown color: approx Pacific Blue. HEX triplet: 00, 9D and DE. RGB value is (0,157,222). Sum of RGB (Red+Green+Blue) = 0+157+222=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #009DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DDE is #FF6221. Grayscale: #757575. Windows color (decimal): -16736802 or 14589184. OLE color: 14589184.

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

Color convert

RGB0157222-
CMYK10.2900.13
HSL197.57º100%43.53%-
HSV(B)197.57º100%87.06%-
XYZ25.2429.3973.45-
YUV117.47186.9944.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 222 (87.11% from 255) = 58.58%
R=0%
G=41.42%
B=58.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal015722210.2900.13197.5710043.53
Hex09DDE641D0Dc6642c
Octal02353361443501530614454
Binary0100111011101111011001001110101101110001101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,157,222); }

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

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

 a { background-color: rgb(0,157,222); }

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

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

 span { border-color: rgb(0,157,222); }

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