Html Css Color HEX #09959C Eastern Blue

📋 copy color: '#09959C'

red 9 ◦ green 149 ◦ blue 156

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

Shades of Eastern Blue #09959C

Tints of Eastern Blue #09959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 2.87%
G = 47.45%
B = 49.68%

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

#09959C (or 0x09959C) is known color: Eastern Blue. HEX triplet: 09, 95 and 9C. RGB value is (9,149,156). Sum of RGB (Red+Green+Blue) = 9+149+156=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #09959C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09959C is #F66A63. Grayscale: #6B6B6B. Windows color (decimal): -16149092 or 10261769. OLE color: 10261769.

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

Color convert

RGB 9 149 156 -
CMYK 0.94 0.04 0 0.39
HSL 182.86º 0.89% 0.32% -
HSV(B) 182.86º 0.94% 0.61% -
XYZ 16.86 23.95 35.19 -
YUV 107.94 155.12 57.43 -
System Red Green Blue C M Y K H S L
Decimal 9 149 156 0.94 0.04 0 0.39 182.86 0.89 0.32
Hex 9 95 9C 5E 4 0 27 B7 59 20
Octal 11 225 234 136 4 0 47 267 131 40
Binary 1001 10010101 10011100 1011110 100 0 100111 10110111 1011001 100000

Color Harmonies of #09959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09959C

Black with #09959C

Text Example


Text Example

White with #09959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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