Html Css Color HEX #088B9D Eastern Blue

📋 copy color: '#088B9D'

red 8 ◦ green 139 ◦ blue 157

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

Shades of Eastern Blue #088B9D

Tints of Eastern Blue #088B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.64%

R = 2.63%
G = 45.72%
B = 51.64%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#088B9D (or 0x088B9D) is known color: Eastern Blue. HEX triplet: 08, 8B and 9D. RGB value is (8,139,157). Sum of RGB (Red+Green+Blue) = 8+139+157=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #088B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088B9D is #F77462. Grayscale: #656565. Windows color (decimal): -16217187 or 10324744. OLE color: 10324744.

HSL color Cylindrical-coordinate representation of color #088B9D: hue angle of 187.25º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088B9D is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 139 157 -
CMYK 0.95 0.11 0 0.38
HSL 187.25º 0.9% 0.32% -
HSV(B) 187.25º 0.95% 0.62% -
XYZ 15.42 20.95 35.13 -
YUV 101.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 8 139 157 0.95 0.11 0 0.38 187.25 0.9 0.32
Hex 8 8B 9D 5F B 0 26 BB 5A 20
Octal 10 213 235 137 13 0 46 273 132 40
Binary 1000 10001011 10011101 1011111 1011 0 100110 10111011 1011010 100000

Color Harmonies of #088B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B9D

Black with #088B9D

Text Example


Text Example

White with #088B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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