Html Css Color HEX #08959D Eastern Blue

📋 copy color: '#08959D'

red 8 ◦ green 149 ◦ blue 157

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

Shades of Eastern Blue #08959D

Tints of Eastern Blue #08959D

RGB

 RED value IS 8 (3.52% from 255) = 2.55%

 GREEN value IS 149 (58.59% from 255) = 47.45%

 BLUE value IS 157 (61.72% from 255) = 50%

R = 2.55%
G = 47.45%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08959D (or 0x08959D) is known color: Eastern Blue. HEX triplet: 08, 95 and 9D. RGB value is (8,149,157). Sum of RGB (Red+Green+Blue) = 8+149+157=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #08959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08959D is #F76A62. Grayscale: #6B6B6B. Windows color (decimal): -16214627 or 10327304. OLE color: 10327304.

HSL color Cylindrical-coordinate representation of color #08959D: hue angle of 183.22º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08959D is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 149 157 -
CMYK 0.95 0.05 0 0.38
HSL 183.22º 0.9% 0.32% -
HSV(B) 183.22º 0.95% 0.62% -
XYZ 16.93 23.98 35.63 -
YUV 107.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 8 149 157 0.95 0.05 0 0.38 183.22 0.9 0.32
Hex 8 95 9D 5F 5 0 26 B7 5A 20
Octal 10 225 235 137 5 0 46 267 132 40
Binary 1000 10010101 10011101 1011111 101 0 100110 10110111 1011010 100000

Color Harmonies of #08959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08959D

Black with #08959D

Text Example


Text Example

White with #08959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08959D; }

 p { color: rgb(8,149,157); }

 H1.HeaderClassName
 {
   color: #08959D;
 }
 .AnyTagClassName
 {
   color: #08959D;
 }
</style>

background-color css

<style>
 a { background-color: #08959D; }

 a { background-color: rgb(8,149,157); }

 div.DivClassName
 {
   background-color: #08959D;
 }
 .BgClassName
 {
   background-color: #08959D;
 }
</style>

border-color css

<style>
 span { border-color: #08959D; }

 span { border-color: rgb(8,149,157); }

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