Html Css Color HEX #1598AD Pelorous

📋 copy color: '#1598AD'

red 21 ◦ green 152 ◦ blue 173

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

Shades of Pelorous #1598AD

Tints of Pelorous #1598AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

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

R = 6.07%
G = 43.93%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1598AD (or 0x1598AD) is known color: Pelorous. HEX triplet: 15, 98 and AD. RGB value is (21,152,173). Sum of RGB (Red+Green+Blue) = 21+152+173=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #1598AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1598AD is #EA6752. Grayscale: #737373. Windows color (decimal): -15361875 or 11376661. OLE color: 11376661.

HSL color Cylindrical-coordinate representation of color #1598AD: hue angle of 188.29º 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 #1598AD is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 152 173 -
CMYK 0.88 0.12 0 0.32
HSL 188.29º 0.78% 0.38% -
HSV(B) 188.29º 0.88% 0.68% -
XYZ 19.08 25.63 43.48 -
YUV 115.23 160.6 60.79 -
System Red Green Blue C M Y K H S L
Decimal 21 152 173 0.88 0.12 0 0.32 188.29 0.78 0.38
Hex 15 98 AD 58 C 0 20 BC 4E 26
Octal 25 230 255 130 14 0 40 274 116 46
Binary 10101 10011000 10101101 1011000 1100 0 100000 10111100 1001110 100110

Color Harmonies of #1598AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1598AD

Black with #1598AD

Text Example


Text Example

White with #1598AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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