#0FA3E0

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

Shades of Pacific Blue #0FA3E0

Tints of Pacific Blue #0FA3E0

Color information

#0FA3E0 (or 0x0FA3E0) is unknown color: approx Pacific Blue. HEX triplet: 0F, A3 and E0. RGB value is (15,163,224). Sum of RGB (Red+Green+Blue) = 15+163+224=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FA3E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA3E0 is #F05C1F. Grayscale: #7D7D7D. Windows color (decimal): -15752224 or 14721807. OLE color: 14721807.

HSL color Cylindrical-coordinate representation of color #0FA3E0: hue angle of 197.51º degrees, saturation: 0.87, 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 #0FA3E0 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15163224-
CMYK0.930.2700.12
HSL197.51º87.45%46.86%-
HSV(B)197.51º93.3%87.84%-
XYZ26.7531.6875.23-
YUV125.7183.4749.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.73%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 224 (87.89% from 255) = 55.72%
R=3.73%
G=40.55%
B=55.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151632240.930.2700.12197.5187.4546.86
HexFA3E05D1B0Cc6572f
Octal172433401353301430612757
Binary1111101000111110000010111011101101100110001101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,224); }

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

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

 a { background-color: rgb(15,163,224); }

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

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

 span { border-color: rgb(15,163,224); }

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