Html Css Color HEX #089099 Eastern Blue

📋 copy color: '#089099'

red 8 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #089099

Tints of Eastern Blue #089099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 2.62%
G = 47.21%
B = 50.16%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#089099 (or 0x089099) is known color: Eastern Blue. HEX triplet: 08, 90 and 99. RGB value is (8,144,153). Sum of RGB (Red+Green+Blue) = 8+144+153=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #089099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089099 is #F76F66. Grayscale: #686868. Windows color (decimal): -16215911 or 10063880. OLE color: 10063880.

HSL color Cylindrical-coordinate representation of color #089099: hue angle of 183.72º 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 #089099 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 144 153 -
CMYK 0.95 0.06 0 0.4
HSL 183.72º 0.9% 0.32% -
HSV(B) 183.72º 0.95% 0.6% -
XYZ 15.82 22.3 33.61 -
YUV 104.36 155.44 59.27 -
System Red Green Blue C M Y K H S L
Decimal 8 144 153 0.95 0.06 0 0.4 183.72 0.9 0.32
Hex 8 90 99 5F 6 0 28 B8 5A 20
Octal 10 220 231 137 6 0 50 270 132 40
Binary 1000 10010000 10011001 1011111 110 0 101000 10111000 1011010 100000

Color Harmonies of #089099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089099

Black with #089099

Text Example


Text Example

White with #089099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089099; }

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

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

background-color css

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

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

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

border-color css

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

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

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