Html Css Color HEX #1589AC Pelorous

📋 copy color: '#1589AC'

red 21 ◦ green 137 ◦ blue 172

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

Shades of Pelorous #1589AC

Tints of Pelorous #1589AC

RGB

 RED value IS 21 (8.59% from 255) = 6.36%

 GREEN value IS 137 (53.91% from 255) = 41.52%

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 6.36%
G = 41.52%
B = 52.12%

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

#1589AC (or 0x1589AC) is known color: Pelorous. HEX triplet: 15, 89 and AC. RGB value is (21,137,172). Sum of RGB (Red+Green+Blue) = 21+137+172=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #1589AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1589AC is #EA7653. Grayscale: #6A6A6A. Windows color (decimal): -15365716 or 11307285. OLE color: 11307285.

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

Color convert

RGB 21 137 172 -
CMYK 0.88 0.20 0 0.33
HSL 193.91º 0.78% 0.38% -
HSV(B) 193.91º 0.88% 0.67% -
XYZ 16.7 21.03 42.21 -
YUV 106.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 21 137 172 0.88 0.20 0 0.33 193.91 0.78 0.38
Hex 15 89 AC 58 14 0 21 C2 4E 26
Octal 25 211 254 130 24 0 41 302 116 46
Binary 10101 10001001 10101100 1011000 10100 0 100001 11000010 1001110 100110

Color Harmonies of #1589AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589AC

Black with #1589AC

Text Example


Text Example

White with #1589AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1589AC; }

 p { color: rgb(21,137,172); }

 H1.HeaderClassName
 {
   color: #1589AC;
 }
 .AnyTagClassName
 {
   color: #1589AC;
 }
</style>

background-color css

<style>
 a { background-color: #1589AC; }

 a { background-color: rgb(21,137,172); }

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

border-color css

<style>
 span { border-color: #1589AC; }

 span { border-color: rgb(21,137,172); }

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