Html Css Color HEX #088794 Eastern Blue

📋 copy color: '#088794'

red 8 ◦ green 135 ◦ blue 148

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

Shades of Eastern Blue #088794

Tints of Eastern Blue #088794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 2.75%
G = 46.39%
B = 50.86%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#088794 (or 0x088794) is known color: Eastern Blue. HEX triplet: 08, 87 and 94. RGB value is (8,135,148). Sum of RGB (Red+Green+Blue) = 8+135+148=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #088794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088794 is #F7786B. Grayscale: #626262. Windows color (decimal): -16218220 or 9733896. OLE color: 9733896.

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

Color convert

RGB 8 135 148 -
CMYK 0.95 0.09 0 0.42
HSL 185.57º 0.9% 0.31% -
HSV(B) 185.57º 0.95% 0.58% -
XYZ 14.11 19.52 31.04 -
YUV 98.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 8 135 148 0.95 0.09 0 0.42 185.57 0.9 0.31
Hex 8 87 94 5F 9 0 2A BA 5A 1F
Octal 10 207 224 137 11 0 52 272 132 37
Binary 1000 10000111 10010100 1011111 1001 0 101010 10111010 1011010 11111

Color Harmonies of #088794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088794

Black with #088794

Text Example


Text Example

White with #088794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088794; }

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

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

background-color css

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

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

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

border-color css

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

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

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