Html Css Color HEX #08829D Eastern Blue

📋 copy color: '#08829D'

red 8 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #08829D

Tints of Eastern Blue #08829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 2.71%
G = 44.07%
B = 53.22%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08829D (or 0x08829D) is known color: Eastern Blue. HEX triplet: 08, 82 and 9D. RGB value is (8,130,157). Sum of RGB (Red+Green+Blue) = 8+130+157=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #08829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08829D is #F77D62. Grayscale: #606060. Windows color (decimal): -16219491 or 10322440. OLE color: 10322440.

HSL color Cylindrical-coordinate representation of color #08829D: hue angle of 190.87º 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 #08829D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 130 157 -
CMYK 0.95 0.17 0 0.38
HSL 190.87º 0.9% 0.32% -
HSV(B) 190.87º 0.95% 0.62% -
XYZ 14.17 18.45 34.71 -
YUV 96.6 162.08 64.8 -
System Red Green Blue C M Y K H S L
Decimal 8 130 157 0.95 0.17 0 0.38 190.87 0.9 0.32
Hex 8 82 9D 5F 11 0 26 BF 5A 20
Octal 10 202 235 137 21 0 46 277 132 40
Binary 1000 10000010 10011101 1011111 10001 0 100110 10111111 1011010 100000

Color Harmonies of #08829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08829D

Black with #08829D

Text Example


Text Example

White with #08829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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