Html Css Color HEX #088AAC Eastern Blue

📋 copy color: '#088AAC'

red 8 ◦ green 138 ◦ blue 172

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

Shades of Eastern Blue #088AAC

Tints of Eastern Blue #088AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 2.52%
G = 43.4%
B = 54.09%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#088AAC (or 0x088AAC) is known color: Eastern Blue. HEX triplet: 08, 8A and AC. RGB value is (8,138,172). Sum of RGB (Red+Green+Blue) = 8+138+172=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #088AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AAC is #F77553. Grayscale: #666666. Windows color (decimal): -16217428 or 11307528. OLE color: 11307528.

HSL color Cylindrical-coordinate representation of color #088AAC: hue angle of 192.44º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088AAC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 138 172 -
CMYK 0.95 0.20 0 0.33
HSL 192.44º 0.91% 0.35% -
HSV(B) 192.44º 0.95% 0.67% -
XYZ 16.64 21.21 42.25 -
YUV 103.01 166.93 60.24 -
System Red Green Blue C M Y K H S L
Decimal 8 138 172 0.95 0.20 0 0.33 192.44 0.91 0.35
Hex 8 8A AC 5F 14 0 21 C0 5B 23
Octal 10 212 254 137 24 0 41 300 133 43
Binary 1000 10001010 10101100 1011111 10100 0 100001 11000000 1011011 100011

Color Harmonies of #088AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AAC

Black with #088AAC

Text Example


Text Example

White with #088AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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