Html Css Color HEX #088699 Eastern Blue

📋 copy color: '#088699'

red 8 ◦ green 134 ◦ blue 153

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

Shades of Eastern Blue #088699

Tints of Eastern Blue #088699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 2.71%
G = 45.42%
B = 51.86%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088699 (or 0x088699) is known color: Eastern Blue. HEX triplet: 08, 86 and 99. RGB value is (8,134,153). Sum of RGB (Red+Green+Blue) = 8+134+153=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #088699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088699 is #F77966. Grayscale: #626262. Windows color (decimal): -16218471 or 10061320. OLE color: 10061320.

HSL color Cylindrical-coordinate representation of color #088699: hue angle of 187.86º 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 #088699 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 134 153 -
CMYK 0.95 0.12 0 0.4
HSL 187.86º 0.9% 0.32% -
HSV(B) 187.86º 0.95% 0.6% -
XYZ 14.38 19.4 33.12 -
YUV 98.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 8 134 153 0.95 0.12 0 0.4 187.86 0.9 0.32
Hex 8 86 99 5F C 0 28 BC 5A 20
Octal 10 206 231 137 14 0 50 274 132 40
Binary 1000 10000110 10011001 1011111 1100 0 101000 10111100 1011010 100000

Color Harmonies of #088699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088699

Black with #088699

Text Example


Text Example

White with #088699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088699; }

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

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

background-color css

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

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

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

border-color css

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

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

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