Html Css Color HEX #09959B Eastern Blue

📋 copy color: '#09959B'

red 9 ◦ green 149 ◦ blue 155

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

Shades of Eastern Blue #09959B

Tints of Eastern Blue #09959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 2.88%
G = 47.6%
B = 49.52%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09959B (or 0x09959B) is known color: Eastern Blue. HEX triplet: 09, 95 and 9B. RGB value is (9,149,155). Sum of RGB (Red+Green+Blue) = 9+149+155=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #09959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09959B is #F66A64. Grayscale: #6B6B6B. Windows color (decimal): -16149093 or 10196233. OLE color: 10196233.

HSL color Cylindrical-coordinate representation of color #09959B: hue angle of 182.47º 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 #09959B is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 149 155 -
CMYK 0.94 0.04 0 0.39
HSL 182.47º 0.89% 0.32% -
HSV(B) 182.47º 0.94% 0.61% -
XYZ 16.78 23.92 34.74 -
YUV 107.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 9 149 155 0.94 0.04 0 0.39 182.47 0.89 0.32
Hex 9 95 9B 5E 4 0 27 B6 59 20
Octal 11 225 233 136 4 0 47 266 131 40
Binary 1001 10010101 10011011 1011110 100 0 100111 10110110 1011001 100000

Color Harmonies of #09959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09959B

Black with #09959B

Text Example


Text Example

White with #09959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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