#009fdb

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

Shades of Pacific Blue #009FDB

Tints of Pacific Blue #009FDB

Color information

#009FDB (or 0x009FDB) is unknown color: approx Pacific Blue. HEX triplet: 00, 9F and DB. RGB value is (0,159,219). Sum of RGB (Red+Green+Blue) = 0+159+219=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #009FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FDB is #FF6024. Grayscale: #757575. Windows color (decimal): -16736293 or 14393088. OLE color: 14393088.

HSL color Cylindrical-coordinate representation of color #009FDB: hue angle of 196.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FDB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB0159219-
CMYK10.2700.14
HSL196.44º100%42.94%-
HSV(B)196.44º100%85.88%-
XYZ25.1829.9171.46-
YUV118.3184.8243.62-

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) = 42.06%
BLUE value IS 219 (85.94% from 255) = 57.94%
R=0%
G=42.06%
B=57.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal015921910.2700.14196.4410042.94
Hex09FDB641B0Ec4642b
Octal02373331443301630414453
Binary0100111111101101111001001101101110110001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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