#088893

Color #088893 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #088893

Tints of Dark Cyan #088893

Color information

#088893 (or 0x088893) is unknown color: approx Dark Cyan. HEX triplet: 08, 88 and 93. RGB value is (8,136,147). Sum of RGB (Red+Green+Blue) = 8+136+147=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #088893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088893 is #F7776C. Grayscale: #626262. Windows color (decimal): -16217965 or 9668616. OLE color: 9668616.

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

Color convert

RGB8136147-
CMYK0.950.0700.42
HSL184.75º89.68%30.39%-
HSV(B)184.75º94.56%57.65%-
XYZ14.1719.7730.67-
YUV98.98155.0963.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=2.75%
G=46.74%
B=50.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81361470.950.0700.42184.7589.6830.39
Hex888935F702Ab95a1e
Octal10210223137705227113236
Binary100010001000100100111011111111010101010111001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088893; }

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

 H1.HeaderClassName
 {
   color: #088893;
 }
 .AnyTagClassName
 {
   color: #088893;
 }
</style>
background-color css

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

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

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

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

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

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