Html Css Color HEX #1597BB Pelorous

📋 copy color: '#1597BB'

red 21 ◦ green 151 ◦ blue 187

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

Shades of Pelorous #1597BB

Tints of Pelorous #1597BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 5.85%
G = 42.06%
B = 52.09%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1597BB (or 0x1597BB) is known color: Pelorous. HEX triplet: 15, 97 and BB. RGB value is (21,151,187). Sum of RGB (Red+Green+Blue) = 21+151+187=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #1597BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597BB is #EA6844. Grayscale: #737373. Windows color (decimal): -15362117 or 12293909. OLE color: 12293909.

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

Color convert

RGB 21 151 187 -
CMYK 0.89 0.19 0 0.27
HSL 193.01º 0.8% 0.41% -
HSV(B) 193.01º 0.89% 0.73% -
XYZ 20.35 25.88 50.94 -
YUV 116.23 167.93 60.07 -
System Red Green Blue C M Y K H S L
Decimal 21 151 187 0.89 0.19 0 0.27 193.01 0.8 0.41
Hex 15 97 BB 59 13 0 1B C1 50 29
Octal 25 227 273 131 23 0 33 301 120 51
Binary 10101 10010111 10111011 1011001 10011 0 11011 11000001 1010000 101001

Color Harmonies of #1597BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1597BB

Black with #1597BB

Text Example


Text Example

White with #1597BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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