Html Css Color HEX #088894 Dark Cyan

📋 copy color: '#088894'

red 8 ◦ green 136 ◦ blue 148

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

Shades of Dark Cyan #088894

Tints of Dark Cyan #088894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.58%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 2.74%
G = 46.58%
B = 50.68%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#088894 (or 0x088894) is known color: Dark Cyan. HEX triplet: 08, 88 and 94. RGB value is (8,136,148). Sum of RGB (Red+Green+Blue) = 8+136+148=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #088894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088894 is #F7776B. Grayscale: #626262. Windows color (decimal): -16217964 or 9734152. OLE color: 9734152.

HSL color Cylindrical-coordinate representation of color #088894: hue angle of 185.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088894 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 136 148 -
CMYK 0.95 0.08 0 0.42
HSL 185.14º 0.9% 0.31% -
HSV(B) 185.14º 0.95% 0.58% -
XYZ 14.25 19.8 31.09 -
YUV 99.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 8 136 148 0.95 0.08 0 0.42 185.14 0.9 0.31
Hex 8 88 94 5F 8 0 2A B9 5A 1F
Octal 10 210 224 137 10 0 52 271 132 37
Binary 1000 10001000 10010100 1011111 1000 0 101010 10111001 1011010 11111

Color Harmonies of #088894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088894

Black with #088894

Text Example


Text Example

White with #088894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088894; }

 p { color: rgb(8,136,148); }

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

background-color css

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

 a { background-color: rgb(8,136,148); }

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

border-color css

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

 span { border-color: rgb(8,136,148); }

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