#0A9EBF

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

Shades of Pacific Blue #0A9EBF

Tints of Pacific Blue #0A9EBF

Color information

#0A9EBF (or 0x0A9EBF) is unknown color: approx Pacific Blue. HEX triplet: 0A, 9E and BF. RGB value is (10,158,191). Sum of RGB (Red+Green+Blue) = 10+158+191=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A9EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9EBF is #F56140. Grayscale: #757575. Windows color (decimal): -16081217 or 12557834. OLE color: 12557834.

HSL color Cylindrical-coordinate representation of color #0A9EBF: hue angle of 190.94º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9EBF is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10158191-
CMYK0.950.1700.25
HSL190.94º90.05%39.41%-
HSV(B)190.94º94.76%74.9%-
XYZ21.7628.2853.6-
YUV117.51169.4751.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.79%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 191 (75% from 255) = 53.20%
R=2.79%
G=44.01%
B=53.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101581910.950.1700.25190.9490.0539.41
HexA9EBF5F11019bf5a27
Octal122362771372103127713247
Binary10101001111010111111101111110001011001101111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,158,191); }

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

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

 a { background-color: rgb(10,158,191); }

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

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

 span { border-color: rgb(10,158,191); }

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