Html Css Color HEX #088A9C Eastern Blue

📋 copy color: '#088A9C'

red 8 ◦ green 138 ◦ blue 156

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

Shades of Eastern Blue #088A9C

Tints of Eastern Blue #088A9C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.7%

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 2.65%
G = 45.7%
B = 51.66%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#088A9C (or 0x088A9C) is known color: Eastern Blue. HEX triplet: 08, 8A and 9C. RGB value is (8,138,156). Sum of RGB (Red+Green+Blue) = 8+138+156=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #088A9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088A9C is #F77563. Grayscale: #646464. Windows color (decimal): -16217444 or 10258952. OLE color: 10258952.

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

Color convert

RGB 8 138 156 -
CMYK 0.95 0.12 0 0.39
HSL 187.3º 0.9% 0.32% -
HSV(B) 187.3º 0.95% 0.61% -
XYZ 15.19 20.63 34.63 -
YUV 101.18 158.93 61.54 -
System Red Green Blue C M Y K H S L
Decimal 8 138 156 0.95 0.12 0 0.39 187.3 0.9 0.32
Hex 8 8A 9C 5F C 0 27 BB 5A 20
Octal 10 212 234 137 14 0 47 273 132 40
Binary 1000 10001010 10011100 1011111 1100 0 100111 10111011 1011010 100000

Color Harmonies of #088A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088A9C

Black with #088A9C

Text Example


Text Example

White with #088A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,156); }

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

background-color css

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

 a { background-color: rgb(8,138,156); }

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

border-color css

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

 span { border-color: rgb(8,138,156); }

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