#0A9EBE

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

Shades of Pacific Blue #0A9EBE

Tints of Pacific Blue #0A9EBE

Color information

#0A9EBE (or 0x0A9EBE) is unknown color: approx Pacific Blue. HEX triplet: 0A, 9E and BE. RGB value is (10,158,190). Sum of RGB (Red+Green+Blue) = 10+158+190=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A9EBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9EBE is #F56141. Grayscale: #757575. Windows color (decimal): -16081218 or 12492298. OLE color: 12492298.

HSL color Cylindrical-coordinate representation of color #0A9EBE: hue angle of 190.67º 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 #0A9EBE is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10158190-
CMYK0.950.1700.25
HSL190.67º90%39.22%-
HSV(B)190.67º94.74%74.51%-
XYZ21.6528.2453.02-
YUV117.4168.9751.4-

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.13%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=2.79%
G=44.13%
B=53.07%

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
Decimal101581900.950.1700.25190.679039.22
HexA9EBE5F11019bf5a27
Octal122362761372103127713247
Binary10101001111010111110101111110001011001101111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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