Html Css Color HEX #088AAA Eastern Blue

📋 copy color: '#088AAA'

red 8 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #088AAA

Tints of Eastern Blue #088AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 2.53%
G = 43.67%
B = 53.8%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#088AAA (or 0x088AAA) is known color: Eastern Blue. HEX triplet: 08, 8A and AA. RGB value is (8,138,170). Sum of RGB (Red+Green+Blue) = 8+138+170=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #088AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AAA is #F77555. Grayscale: #666666. Windows color (decimal): -16217430 or 11176456. OLE color: 11176456.

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

Color convert

RGB 8 138 170 -
CMYK 0.95 0.19 0 0.33
HSL 191.85º 0.91% 0.35% -
HSV(B) 191.85º 0.95% 0.67% -
XYZ 16.44 21.13 41.24 -
YUV 102.78 165.93 60.4 -
System Red Green Blue C M Y K H S L
Decimal 8 138 170 0.95 0.19 0 0.33 191.85 0.91 0.35
Hex 8 8A AA 5F 13 0 21 C0 5B 23
Octal 10 212 252 137 23 0 41 300 133 43
Binary 1000 10001010 10101010 1011111 10011 0 100001 11000000 1011011 100011

Color Harmonies of #088AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AAA

Black with #088AAA

Text Example


Text Example

White with #088AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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