#0a8f9b

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

Shades of Eastern Blue #0A8F9B

Tints of Eastern Blue #0A8F9B

Color information

#0A8F9B (or 0x0A8F9B) is unknown color: approx Eastern Blue. HEX triplet: 0A, 8F and 9B. RGB value is (10,143,155). Sum of RGB (Red+Green+Blue) = 10+143+155=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A8F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8F9B is #F57064. Grayscale: #686868. Windows color (decimal): -16085093 or 10194698. OLE color: 10194698.

HSL color Cylindrical-coordinate representation of color #0A8F9B: hue angle of 184.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8F9B is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10143155-
CMYK0.940.0800.39
HSL184.97º87.88%32.35%-
HSV(B)184.97º93.55%60.78%-
XYZ15.8622.0834.44-
YUV104.6156.4460.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.25%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=3.25%
G=46.43%
B=50.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101431550.940.0800.39184.9787.8832.35
HexA8F9B5E8027b95820
Octal122172331361004727113040
Binary10101000111110011011101111010000100111101110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,143,155); }

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

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

 a { background-color: rgb(10,143,155); }

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

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

 span { border-color: rgb(10,143,155); }

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