#0FA0E1

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

Shades of Pacific Blue #0FA0E1

Tints of Pacific Blue #0FA0E1

Color information

#0FA0E1 (or 0x0FA0E1) is unknown color: approx Pacific Blue. HEX triplet: 0F, A0 and E1. RGB value is (15,160,225). Sum of RGB (Red+Green+Blue) = 15+160+225=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #0FA0E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0E1 is #F05F1E. Grayscale: #7B7B7B. Windows color (decimal): -15752991 or 14786575. OLE color: 14786575.

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

Color convert

RGB15160225-
CMYK0.930.2900.12
HSL198.57º87.5%47.06%-
HSV(B)198.57º93.33%88.24%-
XYZ26.3630.6875.77-
YUV124.06184.9650.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.75%
GREEN value IS 160 (62.89% from 255) = 40%
BLUE value IS 225 (88.28% from 255) = 56.25%
R=3.75%
G=40%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151602250.930.2900.12198.5787.547.06
HexFA0E15D1D0Cc7582f
Octal172403411353501430713057
Binary1111101000001110000110111011110101100110001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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