#0AA0BD

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

Shades of Pacific Blue #0AA0BD

Tints of Pacific Blue #0AA0BD

Color information

#0AA0BD (or 0x0AA0BD) is unknown color: approx Pacific Blue. HEX triplet: 0A, A0 and BD. RGB value is (10,160,189). Sum of RGB (Red+Green+Blue) = 10+160+189=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #0AA0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA0BD is #F55F42. Grayscale: #767676. Windows color (decimal): -16080707 or 12427274. OLE color: 12427274.

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

Color convert

RGB10160189-
CMYK0.950.1500.26
HSL189.72º89.95%39.02%-
HSV(B)189.72º94.71%74.12%-
XYZ21.8828.8852.57-
YUV118.46167.850.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.79%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=2.79%
G=44.57%
B=52.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101601890.950.1500.26189.7289.9539.02
HexAA0BD5FF01Abe5a27
Octal122402751371703227613247
Binary1010101000001011110110111111111011010101111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,160,189); }

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

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

 a { background-color: rgb(10,160,189); }

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

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

 span { border-color: rgb(10,160,189); }

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