#0A9DBE

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

Shades of Pacific Blue #0A9DBE

Tints of Pacific Blue #0A9DBE

Color information

#0A9DBE (or 0x0A9DBE) is unknown color: approx Pacific Blue. HEX triplet: 0A, 9D and BE. RGB value is (10,157,190). Sum of RGB (Red+Green+Blue) = 10+157+190=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A9DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DBE is #F56241. Grayscale: #747474. Windows color (decimal): -16081474 or 12492042. OLE color: 12492042.

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

Color convert

RGB10157190-
CMYK0.950.1700.25
HSL191º90%39.22%-
HSV(B)191º94.74%74.51%-
XYZ21.4827.952.97-
YUV116.81169.351.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.80%
GREEN value IS 157 (61.72% from 255) = 43.98%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=2.80%
G=43.98%
B=53.22%

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
Decimal101571900.950.1700.251919039.22
HexA9DBE5F11019bf5a27
Octal122352761372103127713247
Binary10101001110110111110101111110001011001101111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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