Html Css Color HEX #1488AB Eastern Blue

📋 copy color: '#1488AB'

red 20 ◦ green 136 ◦ blue 171

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

Shades of Eastern Blue #1488AB

Tints of Eastern Blue #1488AB

RGB

 RED value IS 20 (8.2% from 255) = 6.12%

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

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

R = 6.12%
G = 41.59%
B = 52.29%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1488AB (or 0x1488AB) is known color: Eastern Blue. HEX triplet: 14, 88 and AB. RGB value is (20,136,171). Sum of RGB (Red+Green+Blue) = 20+136+171=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #1488AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488AB is #EB7754. Grayscale: #696969. Windows color (decimal): -15431509 or 11241492. OLE color: 11241492.

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

Color convert

RGB 20 136 171 -
CMYK 0.88 0.20 0 0.33
HSL 193.91º 0.79% 0.37% -
HSV(B) 193.91º 0.88% 0.67% -
XYZ 16.44 20.7 41.66 -
YUV 105.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 20 136 171 0.88 0.20 0 0.33 193.91 0.79 0.37
Hex 14 88 AB 58 14 0 21 C2 4F 25
Octal 24 210 253 130 24 0 41 302 117 45
Binary 10100 10001000 10101011 1011000 10100 0 100001 11000010 1001111 100101

Color Harmonies of #1488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488AB

Black with #1488AB

Text Example


Text Example

White with #1488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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