Html Css Color HEX #08949B Eastern Blue

📋 copy color: '#08949B'

red 8 ◦ green 148 ◦ blue 155

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

Shades of Eastern Blue #08949B

Tints of Eastern Blue #08949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.84%

R = 2.57%
G = 47.59%
B = 49.84%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08949B (or 0x08949B) is known color: Eastern Blue. HEX triplet: 08, 94 and 9B. RGB value is (8,148,155). Sum of RGB (Red+Green+Blue) = 8+148+155=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #08949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08949B is #F76B64. Grayscale: #6A6A6A. Windows color (decimal): -16214885 or 10195976. OLE color: 10195976.

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

Color convert

RGB 8 148 155 -
CMYK 0.95 0.05 0 0.39
HSL 182.86º 0.9% 0.32% -
HSV(B) 182.86º 0.95% 0.61% -
XYZ 16.61 23.6 34.69 -
YUV 106.94 155.12 57.43 -
System Red Green Blue C M Y K H S L
Decimal 8 148 155 0.95 0.05 0 0.39 182.86 0.9 0.32
Hex 8 94 9B 5F 5 0 27 B7 5A 20
Octal 10 224 233 137 5 0 47 267 132 40
Binary 1000 10010100 10011011 1011111 101 0 100111 10110111 1011010 100000

Color Harmonies of #08949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08949B

Black with #08949B

Text Example


Text Example

White with #08949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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