#0FA0E2

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

Shades of Pacific Blue #0FA0E2

Tints of Pacific Blue #0FA0E2

Color information

#0FA0E2 (or 0x0FA0E2) is unknown color: approx Pacific Blue. HEX triplet: 0F, A0 and E2. RGB value is (15,160,226). Sum of RGB (Red+Green+Blue) = 15+160+226=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #0FA0E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0E2 is #F05F1D. Grayscale: #7B7B7B. Windows color (decimal): -15752990 or 14852111. OLE color: 14852111.

HSL color Cylindrical-coordinate representation of color #0FA0E2: hue angle of 198.77º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA0E2 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15160226-
CMYK0.930.2900.11
HSL198.77º87.55%47.25%-
HSV(B)198.77º93.36%88.63%-
XYZ26.530.7376.49-
YUV124.17185.4650.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.74%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 226 (88.67% from 255) = 56.36%
R=3.74%
G=39.90%
B=56.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151602260.930.2900.11198.7787.5547.25
HexFA0E25D1D0Bc7582f
Octal172403421353501330713057
Binary1111101000001110001010111011110101011110001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,160,226); }

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

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

 a { background-color: rgb(15,160,226); }

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

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

 span { border-color: rgb(15,160,226); }

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