#0f9ed1

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

Shades of Pacific Blue #0F9ED1

Tints of Pacific Blue #0F9ED1

Color information

#0F9ED1 (or 0x0F9ED1) is unknown color: approx Pacific Blue. HEX triplet: 0F, 9E and D1. RGB value is (15,158,209). Sum of RGB (Red+Green+Blue) = 15+158+209=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #0F9ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9ED1 is #F0612E. Grayscale: #787878. Windows color (decimal): -15753519 or 13737487. OLE color: 13737487.

HSL color Cylindrical-coordinate representation of color #0F9ED1: hue angle of 195.77º 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 #0F9ED1 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15158209-
CMYK0.930.2400.18
HSL195.77º86.61%43.92%-
HSV(B)195.77º92.82%81.96%-
XYZ23.9329.1664.69-
YUV121.06177.6252.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.93%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 209 (82.03% from 255) = 54.71%
R=3.93%
G=41.36%
B=54.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151582090.930.2400.18195.7786.6143.92
HexF9ED15D18012c4572c
Octal172363211353002230412754
Binary11111001111011010001101110111000010010110001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,158,209); }

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

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

 a { background-color: rgb(15,158,209); }

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

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

 span { border-color: rgb(15,158,209); }

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