Html Css Color HEX #008FA5 Eastern Blue

📋 copy color: '#008FA5'

red 0 ◦ green 143 ◦ blue 165

#008FA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #008FA5

Tints of Eastern Blue #008FA5

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 value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#008FA5 (or 0x008FA5) is known color: 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

RGB 0 143 165 -
CMYK 1 0.13 0 0.35
HSL 188º 1% 0.32% -
HSV(B) 188º 1% 0.65% -
XYZ 16.61 22.36 39.04 -
YUV 102.75 163.12 54.71 -
System Red Green Blue C M Y K H S L
Decimal 0 143 165 1 0.13 0 0.35 188 1 0.32
Hex 0 8F A5 64 D 0 23 BC 64 20
Octal 0 217 245 144 15 0 43 274 144 40
Binary 0 10001111 10100101 1100100 1101 0 100011 10111100 1100100 100000

Color Harmonies of #008FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FA5

Black with #008FA5

Text Example


Text Example

White with #008FA5

Text Example


Text Example

HTML Codes & Css Web 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>