Html Css Color HEX #1597AD Pelorous

📋 copy color: '#1597AD'

red 21 ◦ green 151 ◦ blue 173

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

Shades of Pelorous #1597AD

Tints of Pelorous #1597AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 6.09%
G = 43.77%
B = 50.14%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1597AD (or 0x1597AD) is known color: Pelorous. HEX triplet: 15, 97 and AD. RGB value is (21,151,173). Sum of RGB (Red+Green+Blue) = 21+151+173=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #1597AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1597AD is #EA6852. Grayscale: #727272. Windows color (decimal): -15362131 or 11376405. OLE color: 11376405.

HSL color Cylindrical-coordinate representation of color #1597AD: hue angle of 188.68º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1597AD is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 151 173 -
CMYK 0.88 0.13 0 0.32
HSL 188.68º 0.78% 0.38% -
HSV(B) 188.68º 0.88% 0.68% -
XYZ 18.92 25.31 43.42 -
YUV 114.64 160.93 61.21 -
System Red Green Blue C M Y K H S L
Decimal 21 151 173 0.88 0.13 0 0.32 188.68 0.78 0.38
Hex 15 97 AD 58 D 0 20 BD 4E 26
Octal 25 227 255 130 15 0 40 275 116 46
Binary 10101 10010111 10101101 1011000 1101 0 100000 10111101 1001110 100110

Color Harmonies of #1597AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597AD

Black with #1597AD

Text Example


Text Example

White with #1597AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1597AD; }

 p { color: rgb(21,151,173); }

 H1.HeaderClassName
 {
   color: #1597AD;
 }
 .AnyTagClassName
 {
   color: #1597AD;
 }
</style>

background-color css

<style>
 a { background-color: #1597AD; }

 a { background-color: rgb(21,151,173); }

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

border-color css

<style>
 span { border-color: #1597AD; }

 span { border-color: rgb(21,151,173); }

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