Html Css Color HEX #088BA7 Eastern Blue

📋 copy color: '#088BA7'

red 8 ◦ green 139 ◦ blue 167

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

Shades of Eastern Blue #088BA7

Tints of Eastern Blue #088BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

 BLUE value IS 167 (65.63% from 255) = 53.18%

R = 2.55%
G = 44.27%
B = 53.18%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#088BA7 (or 0x088BA7) is known color: Eastern Blue. HEX triplet: 08, 8B and A7. RGB value is (8,139,167). Sum of RGB (Red+Green+Blue) = 8+139+167=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 167 (65.62% from 255 or 53.18% from 314); Max value from RGB is 167 - color contains mainly: blue. Hex color #088BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088BA7 is #F77458. Grayscale: #666666. Windows color (decimal): -16217177 or 10980104. OLE color: 10980104.

HSL color Cylindrical-coordinate representation of color #088BA7: hue angle of 190.57º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088BA7 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 139 167 -
CMYK 0.95 0.17 0 0.35
HSL 190.57º 0.91% 0.34% -
HSV(B) 190.57º 0.95% 0.65% -
XYZ 16.31 21.31 39.81 -
YUV 103.02 164.1 60.22 -
System Red Green Blue C M Y K H S L
Decimal 8 139 167 0.95 0.17 0 0.35 190.57 0.91 0.34
Hex 8 8B A7 5F 11 0 23 BF 5B 22
Octal 10 213 247 137 21 0 43 277 133 42
Binary 1000 10001011 10100111 1011111 10001 0 100011 10111111 1011011 100010

Color Harmonies of #088BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BA7

Black with #088BA7

Text Example


Text Example

White with #088BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088BA7; }

 p { color: rgb(8,139,167); }

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

background-color css

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

 a { background-color: rgb(8,139,167); }

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

border-color css

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

 span { border-color: rgb(8,139,167); }

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