#009FC4

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

Shades of Pacific Blue #009FC4

Tints of Pacific Blue #009FC4

Color information

#009FC4 (or 0x009FC4) is unknown color: approx Pacific Blue. HEX triplet: 00, 9F and C4. RGB value is (0,159,196). Sum of RGB (Red+Green+Blue) = 0+159+196=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #009FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FC4 is #FF603B. Grayscale: #737373. Windows color (decimal): -16736316 or 12885760. OLE color: 12885760.

HSL color Cylindrical-coordinate representation of color #009FC4: hue angle of 191.33º 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 #009FC4 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB0159196-
CMYK10.1900.23
HSL191.33º100%38.43%-
HSV(B)191.33º100%76.86%-
XYZ22.3628.7856.6-
YUV115.68173.3245.49-

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.79%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=0%
G=44.79%
B=55.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal015919610.1900.23191.3310038.43
Hex09FC46413017bf6426
Octal02373041442302727714446
Binary01001111111000100110010010011010111101111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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