#0A9FBF

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

Shades of Pacific Blue #0A9FBF

Tints of Pacific Blue #0A9FBF

Color information

#0A9FBF (or 0x0A9FBF) is unknown color: approx Pacific Blue. HEX triplet: 0A, 9F and BF. RGB value is (10,159,191). Sum of RGB (Red+Green+Blue) = 10+159+191=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A9FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9FBF is #F56040. Grayscale: #757575. Windows color (decimal): -16080961 or 12558090. OLE color: 12558090.

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

Color convert

RGB10159191-
CMYK0.950.1700.25
HSL190.61º90.05%39.41%-
HSV(B)190.61º94.76%74.9%-
XYZ21.9328.6253.66-
YUV118.1169.1450.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.78%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 191 (75% from 255) = 53.06%
R=2.78%
G=44.17%
B=53.06%

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
Decimal101591910.950.1700.25190.6190.0539.41
HexA9FBF5F11019bf5a27
Octal122372771372103127713247
Binary10101001111110111111101111110001011001101111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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