Html Css Color HEX #088BA5 Eastern Blue

📋 copy color: '#088BA5'

red 8 ◦ green 139 ◦ blue 165

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

Shades of Eastern Blue #088BA5

Tints of Eastern Blue #088BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.88%

R = 2.56%
G = 44.55%
B = 52.88%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#088BA5 (or 0x088BA5) is known color: Eastern Blue. HEX triplet: 08, 8B and A5. RGB value is (8,139,165). Sum of RGB (Red+Green+Blue) = 8+139+165=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #088BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088BA5 is #F7745A. Grayscale: #666666. Windows color (decimal): -16217179 or 10849032. OLE color: 10849032.

HSL color Cylindrical-coordinate representation of color #088BA5: hue angle of 189.94º 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 #088BA5 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 139 165 -
CMYK 0.95 0.16 0 0.35
HSL 189.94º 0.91% 0.34% -
HSV(B) 189.94º 0.95% 0.65% -
XYZ 16.12 21.23 38.85 -
YUV 102.8 163.1 60.39 -
System Red Green Blue C M Y K H S L
Decimal 8 139 165 0.95 0.16 0 0.35 189.94 0.91 0.34
Hex 8 8B A5 5F 10 0 23 BE 5B 22
Octal 10 213 245 137 20 0 43 276 133 42
Binary 1000 10001011 10100101 1011111 10000 0 100011 10111110 1011011 100010

Color Harmonies of #088BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BA5

Black with #088BA5

Text Example


Text Example

White with #088BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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