#009DCC

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

Shades of Pacific Blue #009DCC

Tints of Pacific Blue #009DCC

Color information

#009DCC (or 0x009DCC) is unknown color: approx Pacific Blue. HEX triplet: 00, 9D and CC. RGB value is (0,157,204). Sum of RGB (Red+Green+Blue) = 0+157+204=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #009DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DCC is #FF6233. Grayscale: #737373. Windows color (decimal): -16736820 or 13409536. OLE color: 13409536.

HSL color Cylindrical-coordinate representation of color #009DCC: hue angle of 193.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DCC is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB0157204-
CMYK10.2300.2
HSL193.82º100%40%-
HSV(B)193.82º100%80%-
XYZ22.9628.4761.41-
YUV115.42177.9945.68-

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) = 43.49%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=0%
G=43.49%
B=56.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal015720410.2300.2193.8210040
Hex09DCC6417014c26428
Octal02353141442702430214450
Binary01001110111001100110010010111010100110000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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