#0F9AD0

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

Shades of Pacific Blue #0F9AD0

Tints of Pacific Blue #0F9AD0

Color information

#0F9AD0 (or 0x0F9AD0) is unknown color: approx Pacific Blue. HEX triplet: 0F, 9A and D0. RGB value is (15,154,208). Sum of RGB (Red+Green+Blue) = 15+154+208=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #0F9AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9AD0 is #F0652F. Grayscale: #767676. Windows color (decimal): -15754544 or 13670927. OLE color: 13670927.

HSL color Cylindrical-coordinate representation of color #0F9AD0: hue angle of 196.79º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9AD0 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15154208-
CMYK0.930.2600.18
HSL196.79º86.55%43.73%-
HSV(B)196.79º92.79%81.57%-
XYZ23.1427.7763.81-
YUV118.6178.4554.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.98%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 208 (81.64% from 255) = 55.17%
R=3.98%
G=40.85%
B=55.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151542080.930.2600.18196.7986.5543.73
HexF9AD05D1A012c5572c
Octal172323201353202230512754
Binary11111001101011010000101110111010010010110001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F9AD0; }

 p { color: rgb(15,154,208); }

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

<style>
 a { background-color: #0F9AD0; }

 a { background-color: rgb(15,154,208); }

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

<style>
 span { border-color: #0F9AD0; }

 span { border-color: rgb(15,154,208); }

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