Html Css Color HEX #089199 Eastern Blue

📋 copy color: '#089199'

red 8 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #089199

Tints of Eastern Blue #089199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.39%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 2.61%
G = 47.39%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#089199 (or 0x089199) is known color: Eastern Blue. HEX triplet: 08, 91 and 99. RGB value is (8,145,153). Sum of RGB (Red+Green+Blue) = 8+145+153=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #089199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089199 is #F76E66. Grayscale: #686868. Windows color (decimal): -16215655 or 10064136. OLE color: 10064136.

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

Color convert

RGB 8 145 153 -
CMYK 0.95 0.05 0 0.4
HSL 183.31º 0.9% 0.32% -
HSV(B) 183.31º 0.95% 0.6% -
XYZ 15.98 22.6 33.66 -
YUV 104.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 8 145 153 0.95 0.05 0 0.4 183.31 0.9 0.32
Hex 8 91 99 5F 5 0 28 B7 5A 20
Octal 10 221 231 137 5 0 50 267 132 40
Binary 1000 10010001 10011001 1011111 101 0 101000 10110111 1011010 100000

Color Harmonies of #089199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089199

Black with #089199

Text Example


Text Example

White with #089199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089199; }

 p { color: rgb(8,145,153); }

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

background-color css

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

 a { background-color: rgb(8,145,153); }

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

border-color css

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

 span { border-color: rgb(8,145,153); }

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