Html Css Color HEX #08949E Eastern Blue

📋 copy color: '#08949E'

red 8 ◦ green 148 ◦ blue 158

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

Shades of Eastern Blue #08949E

Tints of Eastern Blue #08949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 158 (62.11% from 255) = 50.32%

R = 2.55%
G = 47.13%
B = 50.32%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08949E (or 0x08949E) is known color: Eastern Blue. HEX triplet: 08, 94 and 9E. RGB value is (8,148,158). Sum of RGB (Red+Green+Blue) = 8+148+158=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #08949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08949E is #F76B61. Grayscale: #6B6B6B. Windows color (decimal): -16214882 or 10392584. OLE color: 10392584.

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

Color convert

RGB 8 148 158 -
CMYK 0.95 0.06 0 0.38
HSL 184º 0.9% 0.33% -
HSV(B) 184º 0.95% 0.62% -
XYZ 16.86 23.7 36.03 -
YUV 107.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 8 148 158 0.95 0.06 0 0.38 184 0.9 0.33
Hex 8 94 9E 5F 6 0 26 B8 5A 21
Octal 10 224 236 137 6 0 46 270 132 41
Binary 1000 10010100 10011110 1011111 110 0 100110 10111000 1011010 100001

Color Harmonies of #08949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08949E

Black with #08949E

Text Example


Text Example

White with #08949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08949E; }

 p { color: rgb(8,148,158); }

 H1.HeaderClassName
 {
   color: #08949E;
 }
 .AnyTagClassName
 {
   color: #08949E;
 }
</style>

background-color css

<style>
 a { background-color: #08949E; }

 a { background-color: rgb(8,148,158); }

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

border-color css

<style>
 span { border-color: #08949E; }

 span { border-color: rgb(8,148,158); }

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