#008FA5

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

Shades of Eastern Blue #008FA5

Tints of Eastern Blue #008FA5

Color information

#008FA5 (or 0x008FA5) is unknown color: approx Eastern Blue. HEX triplet: 00, 8F and A5. RGB value is (0,143,165). Sum of RGB (Red+Green+Blue) = 0+143+165=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #008FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008FA5 is #FF705A. Grayscale: #666666. Windows color (decimal): -16740443 or 10850048. OLE color: 10850048.

HSL color Cylindrical-coordinate representation of color #008FA5: hue angle of 188º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FA5 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0143165-
CMYK10.1300.35
HSL188º100%32.35%-
HSV(B)188º100%64.71%-
XYZ16.6122.3639.04-
YUV102.75163.1254.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 165 (64.84% from 255) = 53.57%
R=0%
G=46.43%
B=53.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal014316510.1300.3518810032.35
Hex08FA564D023bc6420
Octal02172451441504327414440
Binary01000111110100101110010011010100011101111001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008FA5; }

 p { color: rgb(0,143,165); }

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

<style>
 a { background-color: #008FA5; }

 a { background-color: rgb(0,143,165); }

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

<style>
 span { border-color: #008FA5; }

 span { border-color: rgb(0,143,165); }

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