Html Css Color HEX #088C9F Eastern Blue

📋 copy color: '#088C9F'

red 8 ◦ green 140 ◦ blue 159

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

Shades of Eastern Blue #088C9F

Tints of Eastern Blue #088C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 2.61%
G = 45.6%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#088C9F (or 0x088C9F) is known color: Eastern Blue. HEX triplet: 08, 8C and 9F. RGB value is (8,140,159). Sum of RGB (Red+Green+Blue) = 8+140+159=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #088C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088C9F is #F77360. Grayscale: #666666. Windows color (decimal): -16216929 or 10456072. OLE color: 10456072.

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

Color convert

RGB 8 140 159 -
CMYK 0.95 0.12 0 0.38
HSL 187.55º 0.9% 0.33% -
HSV(B) 187.55º 0.95% 0.62% -
XYZ 15.74 21.31 36.08 -
YUV 102.7 159.77 60.46 -
System Red Green Blue C M Y K H S L
Decimal 8 140 159 0.95 0.12 0 0.38 187.55 0.9 0.33
Hex 8 8C 9F 5F C 0 26 BC 5A 21
Octal 10 214 237 137 14 0 46 274 132 41
Binary 1000 10001100 10011111 1011111 1100 0 100110 10111100 1011010 100001

Color Harmonies of #088C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088C9F

Black with #088C9F

Text Example


Text Example

White with #088C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,140,159); }

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

background-color css

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

 a { background-color: rgb(8,140,159); }

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

border-color css

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

 span { border-color: rgb(8,140,159); }

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