Html Css Color HEX #1997B7 Pelorous

📋 copy color: '#1997B7'

red 25 ◦ green 151 ◦ blue 183

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

Shades of Pelorous #1997B7

Tints of Pelorous #1997B7

RGB

 RED value IS 25 (10.16% from 255) = 6.96%

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

 BLUE value IS 183 (71.88% from 255) = 50.97%

R = 6.96%
G = 42.06%
B = 50.97%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1997B7 (or 0x1997B7) is known color: Pelorous. HEX triplet: 19, 97 and B7. RGB value is (25,151,183). Sum of RGB (Red+Green+Blue) = 25+151+183=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #1997B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997B7 is #E66848. Grayscale: #747474. Windows color (decimal): -15099977 or 12031769. OLE color: 12031769.

HSL color Cylindrical-coordinate representation of color #1997B7: hue angle of 192.15º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1997B7 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 25 151 183 -
CMYK 0.86 0.17 0 0.28
HSL 192.15º 0.76% 0.41% -
HSV(B) 192.15º 0.86% 0.72% -
XYZ 20.01 25.76 48.72 -
YUV 116.97 165.26 62.4 -
System Red Green Blue C M Y K H S L
Decimal 25 151 183 0.86 0.17 0 0.28 192.15 0.76 0.41
Hex 19 97 B7 56 11 0 1C C0 4C 29
Octal 31 227 267 126 21 0 34 300 114 51
Binary 11001 10010111 10110111 1010110 10001 0 11100 11000000 1001100 101001

Color Harmonies of #1997B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997B7

Black with #1997B7

Text Example


Text Example

White with #1997B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1997B7; }

 p { color: rgb(25,151,183); }

 H1.HeaderClassName
 {
   color: #1997B7;
 }
 .AnyTagClassName
 {
   color: #1997B7;
 }
</style>

background-color css

<style>
 a { background-color: #1997B7; }

 a { background-color: rgb(25,151,183); }

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

border-color css

<style>
 span { border-color: #1997B7; }

 span { border-color: rgb(25,151,183); }

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