Html Css Color HEX #09969B Eastern Blue

📋 copy color: '#09969B'

red 9 ◦ green 150 ◦ blue 155

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

Shades of Eastern Blue #09969B

Tints of Eastern Blue #09969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 2.87%
G = 47.77%
B = 49.36%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09969B (or 0x09969B) is known color: Eastern Blue. HEX triplet: 09, 96 and 9B. RGB value is (9,150,155). Sum of RGB (Red+Green+Blue) = 9+150+155=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #09969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09969B is #F66964. Grayscale: #6C6C6C. Windows color (decimal): -16148837 or 10196489. OLE color: 10196489.

HSL color Cylindrical-coordinate representation of color #09969B: hue angle of 182.05º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09969B is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 150 155 -
CMYK 0.94 0.03 0 0.39
HSL 182.05º 0.89% 0.32% -
HSV(B) 182.05º 0.94% 0.61% -
XYZ 16.94 24.24 34.8 -
YUV 108.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 9 150 155 0.94 0.03 0 0.39 182.05 0.89 0.32
Hex 9 96 9B 5E 3 0 27 B6 59 20
Octal 11 226 233 136 3 0 47 266 131 40
Binary 1001 10010110 10011011 1011110 11 0 100111 10110110 1011001 100000

Color Harmonies of #09969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09969B

Black with #09969B

Text Example


Text Example

White with #09969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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