#0A89CD

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

Shades of Pacific Blue #0A89CD

Tints of Pacific Blue #0A89CD

Color information

#0A89CD (or 0x0A89CD) is unknown color: approx Pacific Blue. HEX triplet: 0A, 89 and CD. RGB value is (10,137,205). Sum of RGB (Red+Green+Blue) = 10+137+205=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A89CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A89CD is #F57632. Grayscale: #6A6A6A. Windows color (decimal): -16086579 or 13469962. OLE color: 13469962.

HSL color Cylindrical-coordinate representation of color #0A89CD: hue angle of 200.92º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A89CD is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10137205-
CMYK0.950.3300.20
HSL200.92º90.7%42.16%-
HSV(B)200.92º95.12%80.39%-
XYZ20.0922.3661.02-
YUV106.78183.4258.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.84%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 205 (80.47% from 255) = 58.24%
R=2.84%
G=38.92%
B=58.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101372050.950.3300.20200.9290.742.16
HexA89CD5F21014c95b2a
Octal122113151374102431113352
Binary101010001001110011011011111100001010100110010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,205); }

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

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

 a { background-color: rgb(10,137,205); }

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

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

 span { border-color: rgb(10,137,205); }

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