Html Css Color HEX #1488A5 Eastern Blue

📋 copy color: '#1488A5'

red 20 ◦ green 136 ◦ blue 165

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

Shades of Eastern Blue #1488A5

Tints of Eastern Blue #1488A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.4%

R = 6.23%
G = 42.37%
B = 51.4%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1488A5 (or 0x1488A5) is known color: Eastern Blue. HEX triplet: 14, 88 and A5. RGB value is (20,136,165). Sum of RGB (Red+Green+Blue) = 20+136+165=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #1488A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1488A5 is #EB775A. Grayscale: #686868. Windows color (decimal): -15431515 or 10848276. OLE color: 10848276.

HSL color Cylindrical-coordinate representation of color #1488A5: hue angle of 192º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1488A5 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 136 165 -
CMYK 0.88 0.18 0 0.35
HSL 192º 0.78% 0.36% -
HSV(B) 192º 0.88% 0.65% -
XYZ 15.88 20.47 38.71 -
YUV 104.62 162.07 67.64 -
System Red Green Blue C M Y K H S L
Decimal 20 136 165 0.88 0.18 0 0.35 192 0.78 0.36
Hex 14 88 A5 58 12 0 23 C0 4E 24
Octal 24 210 245 130 22 0 43 300 116 44
Binary 10100 10001000 10100101 1011000 10010 0 100011 11000000 1001110 100100

Color Harmonies of #1488A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488A5

Black with #1488A5

Text Example


Text Example

White with #1488A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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