Html Css Color HEX #09999F Eastern Blue

📋 copy color: '#09999F'

red 9 ◦ green 153 ◦ blue 159

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

Shades of Eastern Blue #09999F

Tints of Eastern Blue #09999F

RGB

 RED value IS 9 (3.91% from 255) = 2.8%

 GREEN value IS 153 (60.16% from 255) = 47.66%

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

R = 2.8%
G = 47.66%
B = 49.53%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09999F (or 0x09999F) is known color: Eastern Blue. HEX triplet: 09, 99 and 9F. RGB value is (9,153,159). Sum of RGB (Red+Green+Blue) = 9+153+159=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #09999F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09999F is #F66660. Grayscale: #6E6E6E. Windows color (decimal): -16148065 or 10459401. OLE color: 10459401.

HSL color Cylindrical-coordinate representation of color #09999F: hue angle of 182.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09999F is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 153 159 -
CMYK 0.94 0.04 0 0.38
HSL 182.4º 0.89% 0.33% -
HSV(B) 182.4º 0.94% 0.62% -
XYZ 17.76 25.34 36.76 -
YUV 110.63 155.29 55.51 -
System Red Green Blue C M Y K H S L
Decimal 9 153 159 0.94 0.04 0 0.38 182.4 0.89 0.33
Hex 9 99 9F 5E 4 0 26 B6 59 21
Octal 11 231 237 136 4 0 46 266 131 41
Binary 1001 10011001 10011111 1011110 100 0 100110 10110110 1011001 100001

Color Harmonies of #09999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09999F

Black with #09999F

Text Example


Text Example

White with #09999F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,153,159); }

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

background-color css

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

 a { background-color: rgb(9,153,159); }

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

border-color css

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

 span { border-color: rgb(9,153,159); }

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