#009DC4

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

Shades of Pacific Blue #009DC4

Tints of Pacific Blue #009DC4

Color information

#009DC4 (or 0x009DC4) is unknown color: approx Pacific Blue. HEX triplet: 00, 9D and C4. RGB value is (0,157,196). Sum of RGB (Red+Green+Blue) = 0+157+196=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #009DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DC4 is #FF623B. Grayscale: #727272. Windows color (decimal): -16736828 or 12885248. OLE color: 12885248.

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

Color convert

RGB0157196-
CMYK10.2000.23
HSL191.94º100%38.43%-
HSV(B)191.94º100%76.86%-
XYZ22.0228.156.49-
YUV114.5173.9946.33-

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) = 44.48%
BLUE value IS 196 (76.95% from 255) = 55.52%
R=0%
G=44.48%
B=55.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal015719610.2000.23191.9410038.43
Hex09DC46414017c06426
Octal02353041442402730014446
Binary01001110111000100110010010100010111110000001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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