Html Css Color HEX #08829F Eastern Blue

📋 copy color: '#08829F'

red 8 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #08829F

Tints of Eastern Blue #08829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 2.69%
G = 43.77%
B = 53.54%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08829F (or 0x08829F) is known color: Eastern Blue. HEX triplet: 08, 82 and 9F. RGB value is (8,130,159). Sum of RGB (Red+Green+Blue) = 8+130+159=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #08829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08829F is #F77D60. Grayscale: #606060. Windows color (decimal): -16219489 or 10453512. OLE color: 10453512.

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

Color convert

RGB 8 130 159 -
CMYK 0.95 0.18 0 0.38
HSL 191.52º 0.9% 0.33% -
HSV(B) 191.52º 0.95% 0.62% -
XYZ 14.34 18.52 35.62 -
YUV 96.83 163.08 64.64 -
System Red Green Blue C M Y K H S L
Decimal 8 130 159 0.95 0.18 0 0.38 191.52 0.9 0.33
Hex 8 82 9F 5F 12 0 26 C0 5A 21
Octal 10 202 237 137 22 0 46 300 132 41
Binary 1000 10000010 10011111 1011111 10010 0 100110 11000000 1011010 100001

Color Harmonies of #08829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08829F

Black with #08829F

Text Example


Text Example

White with #08829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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