Html Css Color HEX #088899 Eastern Blue

📋 copy color: '#088899'

red 8 ◦ green 136 ◦ blue 153

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

Shades of Eastern Blue #088899

Tints of Eastern Blue #088899

RGB

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

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

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

R = 2.69%
G = 45.79%
B = 51.52%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088899 (or 0x088899) is known color: Eastern Blue. HEX triplet: 08, 88 and 99. RGB value is (8,136,153). Sum of RGB (Red+Green+Blue) = 8+136+153=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #088899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088899 is #F77766. Grayscale: #636363. Windows color (decimal): -16217959 or 10061832. OLE color: 10061832.

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

Color convert

RGB 8 136 153 -
CMYK 0.95 0.11 0 0.4
HSL 187.03º 0.9% 0.32% -
HSV(B) 187.03º 0.95% 0.6% -
XYZ 14.65 19.96 33.22 -
YUV 99.67 158.09 62.62 -
System Red Green Blue C M Y K H S L
Decimal 8 136 153 0.95 0.11 0 0.4 187.03 0.9 0.32
Hex 8 88 99 5F B 0 28 BB 5A 20
Octal 10 210 231 137 13 0 50 273 132 40
Binary 1000 10001000 10011001 1011111 1011 0 101000 10111011 1011010 100000

Color Harmonies of #088899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088899

Black with #088899

Text Example


Text Example

White with #088899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088899; }

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

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

background-color css

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

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

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

border-color css

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

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

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