Html Css Color HEX #088689 Dark Cyan

📋 copy color: '#088689'

red 8 ◦ green 134 ◦ blue 137

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

Shades of Dark Cyan #088689

Tints of Dark Cyan #088689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.1%

R = 2.87%
G = 48.03%
B = 49.1%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088689 (or 0x088689) is known color: Dark Cyan. HEX triplet: 08, 86 and 89. RGB value is (8,134,137). Sum of RGB (Red+Green+Blue) = 8+134+137=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #088689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088689 is #F77976. Grayscale: #606060. Windows color (decimal): -16218487 or 9012744. OLE color: 9012744.

HSL color Cylindrical-coordinate representation of color #088689: hue angle of 181.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088689 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 134 137 -
CMYK 0.94 0.02 0 0.46
HSL 181.4º 0.89% 0.28% -
HSV(B) 181.4º 0.94% 0.54% -
XYZ 13.14 18.91 26.62 -
YUV 96.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 8 134 137 0.94 0.02 0 0.46 181.4 0.89 0.28
Hex 8 86 89 5E 2 0 2E B5 59 1C
Octal 10 206 211 136 2 0 56 265 131 34
Binary 1000 10000110 10001001 1011110 10 0 101110 10110101 1011001 11100

Color Harmonies of #088689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088689

Black with #088689

Text Example


Text Example

White with #088689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088689; }

 p { color: rgb(8,134,137); }

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

background-color css

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

 a { background-color: rgb(8,134,137); }

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

border-color css

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

 span { border-color: rgb(8,134,137); }

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