Html Css Color HEX #09929D Eastern Blue

📋 copy color: '#09929D'

red 9 ◦ green 146 ◦ blue 157

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

Shades of Eastern Blue #09929D

Tints of Eastern Blue #09929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.79%

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 2.88%
G = 46.79%
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

#09929D (or 0x09929D) is known color: Eastern Blue. HEX triplet: 09, 92 and 9D. RGB value is (9,146,157). Sum of RGB (Red+Green+Blue) = 9+146+157=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #09929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09929D is #F66D62. Grayscale: #6A6A6A. Windows color (decimal): -16149859 or 10326537. OLE color: 10326537.

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

Color convert

RGB 9 146 157 -
CMYK 0.94 0.07 0 0.38
HSL 184.46º 0.89% 0.33% -
HSV(B) 184.46º 0.94% 0.62% -
XYZ 16.48 23.05 35.48 -
YUV 106.29 156.61 58.61 -
System Red Green Blue C M Y K H S L
Decimal 9 146 157 0.94 0.07 0 0.38 184.46 0.89 0.33
Hex 9 92 9D 5E 7 0 26 B8 59 21
Octal 11 222 235 136 7 0 46 270 131 41
Binary 1001 10010010 10011101 1011110 111 0 100110 10111000 1011001 100001

Color Harmonies of #09929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09929D

Black with #09929D

Text Example


Text Example

White with #09929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09929D; }

 p { color: rgb(9,146,157); }

 H1.HeaderClassName
 {
   color: #09929D;
 }
 .AnyTagClassName
 {
   color: #09929D;
 }
</style>

background-color css

<style>
 a { background-color: #09929D; }

 a { background-color: rgb(9,146,157); }

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

border-color css

<style>
 span { border-color: #09929D; }

 span { border-color: rgb(9,146,157); }

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