Html Css Color HEX #0088AB Eastern Blue

📋 copy color: '#0088AB'

red 0 ◦ green 136 ◦ blue 171

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

Shades of Eastern Blue #0088AB

Tints of Eastern Blue #0088AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 0%
G = 44.3%
B = 55.7%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0088AB (or 0x0088AB) is known color: Eastern Blue. HEX triplet: 00, 88 and AB. RGB value is (0,136,171). Sum of RGB (Red+Green+Blue) = 0+136+171=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #0088AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0088AB is #FF7754. Grayscale: #636363. Windows color (decimal): -16742229 or 11241472. OLE color: 11241472.

HSL color Cylindrical-coordinate representation of color #0088AB: hue angle of 192.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088AB is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 136 171 -
CMYK 1 0.20 0 0.33
HSL 192.28º 1% 0.34% -
HSV(B) 192.28º 1% 0.67% -
XYZ 16.15 20.55 41.64 -
YUV 99.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 0 136 171 1 0.20 0 0.33 192.28 1 0.34
Hex 0 88 AB 64 14 0 21 C0 64 22
Octal 0 210 253 144 24 0 41 300 144 42
Binary 0 10001000 10101011 1100100 10100 0 100001 11000000 1100100 100010

Color Harmonies of #0088AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088AB

Black with #0088AB

Text Example


Text Example

White with #0088AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0088AB; }

 p { color: rgb(0,136,171); }

 H1.HeaderClassName
 {
   color: #0088AB;
 }
 .AnyTagClassName
 {
   color: #0088AB;
 }
</style>

background-color css

<style>
 a { background-color: #0088AB; }

 a { background-color: rgb(0,136,171); }

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

border-color css

<style>
 span { border-color: #0088AB; }

 span { border-color: rgb(0,136,171); }

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