Html Css Color HEX #088798 Eastern Blue

📋 copy color: '#088798'

red 8 ◦ green 135 ◦ blue 152

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

Shades of Eastern Blue #088798

Tints of Eastern Blue #088798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.76%

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 2.71%
G = 45.76%
B = 51.53%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#088798 (or 0x088798) is known color: Eastern Blue. HEX triplet: 08, 87 and 98. RGB value is (8,135,152). Sum of RGB (Red+Green+Blue) = 8+135+152=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #088798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088798 is #F77867. Grayscale: #626262. Windows color (decimal): -16218216 or 9996040. OLE color: 9996040.

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

Color convert

RGB 8 135 152 -
CMYK 0.95 0.11 0 0.40
HSL 187.08º 0.9% 0.31% -
HSV(B) 187.08º 0.95% 0.6% -
XYZ 14.43 19.65 32.74 -
YUV 98.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 8 135 152 0.95 0.11 0 0.40 187.08 0.9 0.31
Hex 8 87 98 5F B 0 28 BB 5A 1F
Octal 10 207 230 137 13 0 50 273 132 37
Binary 1000 10000111 10011000 1011111 1011 0 101000 10111011 1011010 11111

Color Harmonies of #088798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088798

Black with #088798

Text Example


Text Example

White with #088798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088798; }

 p { color: rgb(8,135,152); }

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

background-color css

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

 a { background-color: rgb(8,135,152); }

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

border-color css

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

 span { border-color: rgb(8,135,152); }

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