Html Css Color HEX #09969E Eastern Blue

📋 copy color: '#09969E'

red 9 ◦ green 150 ◦ blue 158

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

Shades of Eastern Blue #09969E

Tints of Eastern Blue #09969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.32%

 BLUE value IS 158 (62.11% from 255) = 49.84%

R = 2.84%
G = 47.32%
B = 49.84%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09969E (or 0x09969E) is known color: Eastern Blue. HEX triplet: 09, 96 and 9E. RGB value is (9,150,158). Sum of RGB (Red+Green+Blue) = 9+150+158=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #09969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09969E is #F66961. Grayscale: #6C6C6C. Windows color (decimal): -16148834 or 10393097. OLE color: 10393097.

HSL color Cylindrical-coordinate representation of color #09969E: hue angle of 183.22º 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 #09969E is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 150 158 -
CMYK 0.94 0.05 0 0.38
HSL 183.22º 0.89% 0.33% -
HSV(B) 183.22º 0.94% 0.62% -
XYZ 17.19 24.34 36.14 -
YUV 108.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 9 150 158 0.94 0.05 0 0.38 183.22 0.89 0.33
Hex 9 96 9E 5E 5 0 26 B7 59 21
Octal 11 226 236 136 5 0 46 267 131 41
Binary 1001 10010110 10011110 1011110 101 0 100110 10110111 1011001 100001

Color Harmonies of #09969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09969E

Black with #09969E

Text Example


Text Example

White with #09969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09969E; }

 p { color: rgb(9,150,158); }

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

background-color css

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

 a { background-color: rgb(9,150,158); }

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

border-color css

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

 span { border-color: rgb(9,150,158); }

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