Html Css Color HEX #088F99 Eastern Blue

📋 copy color: '#088F99'

red 8 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #088F99

Tints of Eastern Blue #088F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.04%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 2.63%
G = 47.04%
B = 50.33%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088F99 (or 0x088F99) is known color: Eastern Blue. HEX triplet: 08, 8F and 99. RGB value is (8,143,153). Sum of RGB (Red+Green+Blue) = 8+143+153=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #088F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088F99 is #F77066. Grayscale: #676767. Windows color (decimal): -16216167 or 10063624. OLE color: 10063624.

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

Color convert

RGB 8 143 153 -
CMYK 0.95 0.07 0 0.4
HSL 184.14º 0.9% 0.32% -
HSV(B) 184.14º 0.95% 0.6% -
XYZ 15.67 22 33.56 -
YUV 103.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 8 143 153 0.95 0.07 0 0.4 184.14 0.9 0.32
Hex 8 8F 99 5F 7 0 28 B8 5A 20
Octal 10 217 231 137 7 0 50 270 132 40
Binary 1000 10001111 10011001 1011111 111 0 101000 10111000 1011010 100000

Color Harmonies of #088F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088F99

Black with #088F99

Text Example


Text Example

White with #088F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,143,153); }

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

background-color css

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

 a { background-color: rgb(8,143,153); }

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

border-color css

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

 span { border-color: rgb(8,143,153); }

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