Html Css Color HEX #08969C Eastern Blue

📋 copy color: '#08969C'

red 8 ◦ green 150 ◦ blue 156

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

Shades of Eastern Blue #08969C

Tints of Eastern Blue #08969C

RGB

 RED value IS 8 (3.52% from 255) = 2.55%

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

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

R = 2.55%
G = 47.77%
B = 49.68%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08969C (or 0x08969C) is known color: Eastern Blue. HEX triplet: 08, 96 and 9C. RGB value is (8,150,156). Sum of RGB (Red+Green+Blue) = 8+150+156=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 150 (58.98% from 255 or 47.77% 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 #08969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08969C is #F76963. Grayscale: #6C6C6C. Windows color (decimal): -16214372 or 10262024. OLE color: 10262024.

HSL color Cylindrical-coordinate representation of color #08969C: hue angle of 182.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08969C is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 150 156 -
CMYK 0.95 0.04 0 0.39
HSL 182.43º 0.9% 0.32% -
HSV(B) 182.43º 0.95% 0.61% -
XYZ 17.01 24.26 35.24 -
YUV 108.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 8 150 156 0.95 0.04 0 0.39 182.43 0.9 0.32
Hex 8 96 9C 5F 4 0 27 B6 5A 20
Octal 10 226 234 137 4 0 47 266 132 40
Binary 1000 10010110 10011100 1011111 100 0 100111 10110110 1011010 100000

Color Harmonies of #08969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08969C

Black with #08969C

Text Example


Text Example

White with #08969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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