#0FA1E3

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

Shades of Pacific Blue #0FA1E3

Tints of Pacific Blue #0FA1E3

Color information

#0FA1E3 (or 0x0FA1E3) is unknown color: approx Pacific Blue. HEX triplet: 0F, A1 and E3. RGB value is (15,161,227). Sum of RGB (Red+Green+Blue) = 15+161+227=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #0FA1E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA1E3 is #F05E1C. Grayscale: #7C7C7C. Windows color (decimal): -15752733 or 14917903. OLE color: 14917903.

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

Color convert

RGB15161227-
CMYK0.930.2900.11
HSL198.68º87.6%47.45%-
HSV(B)198.68º93.39%89.02%-
XYZ26.8131.1477.27-
YUV124.87185.6349.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.72%
GREEN value IS 161 (63.28% from 255) = 39.95%
BLUE value IS 227 (89.06% from 255) = 56.33%
R=3.72%
G=39.95%
B=56.33%

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
Decimal151612270.930.2900.11198.6887.647.45
HexFA1E35D1D0Bc7582f
Octal172413431353501330713057
Binary1111101000011110001110111011110101011110001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,161,227); }

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

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

 a { background-color: rgb(15,161,227); }

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

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

 span { border-color: rgb(15,161,227); }

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