Html Css Color HEX #08869C Eastern Blue

📋 copy color: '#08869C'

red 8 ◦ green 134 ◦ blue 156

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

Shades of Eastern Blue #08869C

Tints of Eastern Blue #08869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

 BLUE value IS 156 (61.33% from 255) = 52.35%

R = 2.68%
G = 44.97%
B = 52.35%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08869C (or 0x08869C) is known color: Eastern Blue. HEX triplet: 08, 86 and 9C. RGB value is (8,134,156). Sum of RGB (Red+Green+Blue) = 8+134+156=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #08869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08869C is #F77963. Grayscale: #626262. Windows color (decimal): -16218468 or 10257928. OLE color: 10257928.

HSL color Cylindrical-coordinate representation of color #08869C: hue angle of 188.92º 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 #08869C is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 134 156 -
CMYK 0.95 0.14 0 0.39
HSL 188.92º 0.9% 0.32% -
HSV(B) 188.92º 0.95% 0.61% -
XYZ 14.63 19.5 34.45 -
YUV 98.83 160.26 63.21 -
System Red Green Blue C M Y K H S L
Decimal 8 134 156 0.95 0.14 0 0.39 188.92 0.9 0.32
Hex 8 86 9C 5F E 0 27 BD 5A 20
Octal 10 206 234 137 16 0 47 275 132 40
Binary 1000 10000110 10011100 1011111 1110 0 100111 10111101 1011010 100000

Color Harmonies of #08869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08869C

Black with #08869C

Text Example


Text Example

White with #08869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08869C; }

 p { color: rgb(8,134,156); }

 H1.HeaderClassName
 {
   color: #08869C;
 }
 .AnyTagClassName
 {
   color: #08869C;
 }
</style>

background-color css

<style>
 a { background-color: #08869C; }

 a { background-color: rgb(8,134,156); }

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

border-color css

<style>
 span { border-color: #08869C; }

 span { border-color: rgb(8,134,156); }

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