#088868

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

Shades of Observatory #088868

Tints of Observatory #088868

Color information

#088868 (or 0x088868) is unknown color: approx Observatory. HEX triplet: 08, 88 and 68. RGB value is (8,136,104). Sum of RGB (Red+Green+Blue) = 8+136+104=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #088868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088868 is #F77797. Grayscale: #5E5E5E. Windows color (decimal): -16218008 or 6850568. OLE color: 6850568.

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

Color convert

RGB8136104-
CMYK0.9400.240.47
HSL165º88.89%28.24%-
HSV(B)165º94.12%53.33%-
XYZ11.418.6616.1-
YUV94.08133.5966.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 136 (53.52% from 255) = 54.84%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=3.23%
G=54.84%
B=41.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81361040.9400.240.4716588.8928.24
Hex888685E0182Fa5591c
Octal102101501360305724513134
Binary1000100010001101000101111001100010111110100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088868; }

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

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

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

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

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

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

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

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