#0883A3

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

Shades of Eastern Blue #0883A3

Tints of Eastern Blue #0883A3

Color information

#0883A3 (or 0x0883A3) is unknown color: approx Eastern Blue. HEX triplet: 08, 83 and A3. RGB value is (8,131,163). Sum of RGB (Red+Green+Blue) = 8+131+163=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 163 (64.06% from 255 or 53.97% from 302); Max value from RGB is 163 - color contains mainly: blue. Hex color #0883A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0883A3 is #F77C5C. Grayscale: #616161. Windows color (decimal): -16219229 or 10715912. OLE color: 10715912.

HSL color Cylindrical-coordinate representation of color #0883A3: hue angle of 192.39º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0883A3 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8131163-
CMYK0.950.2000.36
HSL192.39º90.64%33.53%-
HSV(B)192.39º95.09%63.92%-
XYZ14.8318.9337.52-
YUV97.87164.7563.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 163 (64.06% from 255) = 53.97%
R=2.65%
G=43.38%
B=53.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81311630.950.2000.36192.3990.6433.53
Hex883A35F14024c05b22
Octal102032431372404430013342
Binary100010000011101000111011111101000100100110000001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0883A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0883A3; }

 p { color: rgb(8,131,163); }

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

<style>
 a { background-color: #0883A3; }

 a { background-color: rgb(8,131,163); }

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

<style>
 span { border-color: #0883A3; }

 span { border-color: rgb(8,131,163); }

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