#1488AB

Color #1488AB Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #1488AB

Tints of Eastern Blue #1488AB

Color information

#1488AB (or 0x1488AB) is unknown color: approx 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

RGB20136171-
CMYK0.880.2000.33
HSL193.91º79.06%37.45%-
HSV(B)193.91º88.3%67.06%-
XYZ16.4420.741.66-
YUV105.31165.0767.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201361710.880.2000.33193.9179.0637.45
Hex1488AB5814021c24f25
Octal242102531302404130211745
Binary1010010001000101010111011000101000100001110000101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1488AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>