#009FC8

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

Shades of Pacific Blue #009FC8

Tints of Pacific Blue #009FC8

Color information

#009FC8 (or 0x009FC8) is unknown color: approx Pacific Blue. HEX triplet: 00, 9F and C8. RGB value is (0,159,200). Sum of RGB (Red+Green+Blue) = 0+159+200=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #009FC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FC8 is #FF6037. Grayscale: #737373. Windows color (decimal): -16736312 or 13147904. OLE color: 13147904.

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

Color convert

RGB0159200-
CMYK10.2000.22
HSL192.3º100%39.22%-
HSV(B)192.3º100%78.43%-
XYZ22.8228.9759.03-
YUV116.13175.3245.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 200 (78.52% from 255) = 55.71%
R=0%
G=44.29%
B=55.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal015920010.2000.22192.310039.22
Hex09FC86414016c06427
Octal02373101442402630014447
Binary01001111111001000110010010100010110110000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,159,200); }

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

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

 a { background-color: rgb(0,159,200); }

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

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

 span { border-color: rgb(0,159,200); }

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