Html Css Color HEX #09869C Eastern Blue

📋 copy color: '#09869C'

red 9 ◦ green 134 ◦ blue 156

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

Shades of Eastern Blue #09869C

Tints of Eastern Blue #09869C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 3.01%
G = 44.82%
B = 52.17%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09869C (or 0x09869C) is known color: Eastern Blue. HEX triplet: 09, 86 and 9C. RGB value is (9,134,156). Sum of RGB (Red+Green+Blue) = 9+134+156=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #09869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09869C is #F67963. Grayscale: #626262. Windows color (decimal): -16152932 or 10257929. OLE color: 10257929.

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

Color convert

RGB 9 134 156 -
CMYK 0.94 0.14 0 0.39
HSL 188.98º 0.89% 0.32% -
HSV(B) 188.98º 0.94% 0.61% -
XYZ 14.64 19.51 34.45 -
YUV 99.13 160.09 63.71 -
System Red Green Blue C M Y K H S L
Decimal 9 134 156 0.94 0.14 0 0.39 188.98 0.89 0.32
Hex 9 86 9C 5E E 0 27 BD 59 20
Octal 11 206 234 136 16 0 47 275 131 40
Binary 1001 10000110 10011100 1011110 1110 0 100111 10111101 1011001 100000

Color Harmonies of #09869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09869C

Black with #09869C

Text Example


Text Example

White with #09869C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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