Html Css Color HEX #09949F Eastern Blue

📋 copy color: '#09949F'

red 9 ◦ green 148 ◦ blue 159

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

Shades of Eastern Blue #09949F

Tints of Eastern Blue #09949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.84%

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

R = 2.85%
G = 46.84%
B = 50.32%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09949F (or 0x09949F) is known color: Eastern Blue. HEX triplet: 09, 94 and 9F. RGB value is (9,148,159). Sum of RGB (Red+Green+Blue) = 9+148+159=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #09949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09949F is #F66B60. Grayscale: #6B6B6B. Windows color (decimal): -16149345 or 10458121. OLE color: 10458121.

HSL color Cylindrical-coordinate representation of color #09949F: hue angle of 184.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 #09949F is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 148 159 -
CMYK 0.94 0.07 0 0.38
HSL 184.4º 0.89% 0.33% -
HSV(B) 184.4º 0.94% 0.62% -
XYZ 16.96 23.74 36.49 -
YUV 107.69 156.95 57.61 -
System Red Green Blue C M Y K H S L
Decimal 9 148 159 0.94 0.07 0 0.38 184.4 0.89 0.33
Hex 9 94 9F 5E 7 0 26 B8 59 21
Octal 11 224 237 136 7 0 46 270 131 41
Binary 1001 10010100 10011111 1011110 111 0 100110 10111000 1011001 100001

Color Harmonies of #09949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09949F

Black with #09949F

Text Example


Text Example

White with #09949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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