Html Css Color HEX #09969C Eastern Blue

📋 copy color: '#09969C'

red 9 ◦ green 150 ◦ blue 156

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

Shades of Eastern Blue #09969C

Tints of Eastern Blue #09969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

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

R = 2.86%
G = 47.62%
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

#09969C (or 0x09969C) is known color: Eastern Blue. HEX triplet: 09, 96 and 9C. RGB value is (9,150,156). Sum of RGB (Red+Green+Blue) = 9+150+156=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #09969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09969C is #F66963. Grayscale: #6C6C6C. Windows color (decimal): -16148836 or 10262025. OLE color: 10262025.

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

Color convert

RGB 9 150 156 -
CMYK 0.94 0.04 0 0.39
HSL 182.45º 0.89% 0.32% -
HSV(B) 182.45º 0.94% 0.61% -
XYZ 17.02 24.27 35.24 -
YUV 108.53 154.79 57.01 -
System Red Green Blue C M Y K H S L
Decimal 9 150 156 0.94 0.04 0 0.39 182.45 0.89 0.32
Hex 9 96 9C 5E 4 0 27 B6 59 20
Octal 11 226 234 136 4 0 47 266 131 40
Binary 1001 10010110 10011100 1011110 100 0 100111 10110110 1011001 100000

Color Harmonies of #09969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09969C

Black with #09969C

Text Example


Text Example

White with #09969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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