#088199

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

Shades of Eastern Blue #088199

Tints of Eastern Blue #088199

Color information

#088199 (or 0x088199) is unknown color: approx Eastern Blue. HEX triplet: 08, 81 and 99. RGB value is (8,129,153). Sum of RGB (Red+Green+Blue) = 8+129+153=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #088199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088199 is #F77E66. Grayscale: #5F5F5F. Windows color (decimal): -16219751 or 10060040. OLE color: 10060040.

HSL color Cylindrical-coordinate representation of color #088199: hue angle of 189.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088199 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8129153-
CMYK0.950.1600.4
HSL189.93º90.06%31.57%-
HSV(B)189.93º94.77%60%-
XYZ13.718.0532.9-
YUV95.56160.4165.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.76%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=2.76%
G=44.48%
B=52.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81291530.950.1600.4189.9390.0631.57
Hex881995F10028be5a20
Octal102012311372005027613240
Binary100010000001100110011011111100000101000101111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088199; }

 p { color: rgb(8,129,153); }

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

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

 a { background-color: rgb(8,129,153); }

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

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

 span { border-color: rgb(8,129,153); }

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