Html Css Color HEX #1597BE Pelorous

📋 copy color: '#1597BE'

red 21 ◦ green 151 ◦ blue 190

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

Shades of Pelorous #1597BE

Tints of Pelorous #1597BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 5.8%
G = 41.71%
B = 52.49%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1597BE (or 0x1597BE) is known color: Pelorous. HEX triplet: 15, 97 and BE. RGB value is (21,151,190). Sum of RGB (Red+Green+Blue) = 21+151+190=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #1597BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597BE is #EA6841. Grayscale: #747474. Windows color (decimal): -15362114 or 12490517. OLE color: 12490517.

HSL color Cylindrical-coordinate representation of color #1597BE: hue angle of 193.85º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1597BE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 151 190 -
CMYK 0.89 0.21 0 0.25
HSL 193.85º 0.8% 0.41% -
HSV(B) 193.85º 0.89% 0.75% -
XYZ 20.67 26.01 52.65 -
YUV 116.58 169.43 59.83 -
System Red Green Blue C M Y K H S L
Decimal 21 151 190 0.89 0.21 0 0.25 193.85 0.8 0.41
Hex 15 97 BE 59 15 0 19 C2 50 29
Octal 25 227 276 131 25 0 31 302 120 51
Binary 10101 10010111 10111110 1011001 10101 0 11001 11000010 1010000 101001

Color Harmonies of #1597BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597BE

Black with #1597BE

Text Example


Text Example

White with #1597BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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