Html Css Color HEX #1997BB Pelorous

📋 copy color: '#1997BB'

red 25 ◦ green 151 ◦ blue 187

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

Shades of Pelorous #1997BB

Tints of Pelorous #1997BB

RGB

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

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

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

R = 6.89%
G = 41.6%
B = 51.52%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1997BB (or 0x1997BB) is known color: Pelorous. HEX triplet: 19, 97 and BB. RGB value is (25,151,187). Sum of RGB (Red+Green+Blue) = 25+151+187=363 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.89% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #1997BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1997BB is #E66844. Grayscale: #757575. Windows color (decimal): -15099973 or 12293913. OLE color: 12293913.

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

Color convert

RGB 25 151 187 -
CMYK 0.87 0.19 0 0.27
HSL 193.33º 0.76% 0.42% -
HSV(B) 193.33º 0.87% 0.73% -
XYZ 20.44 25.93 50.94 -
YUV 117.43 167.26 62.07 -
System Red Green Blue C M Y K H S L
Decimal 25 151 187 0.87 0.19 0 0.27 193.33 0.76 0.42
Hex 19 97 BB 57 13 0 1B C1 4C 2A
Octal 31 227 273 127 23 0 33 301 114 52
Binary 11001 10010111 10111011 1010111 10011 0 11011 11000001 1001100 101010

Color Harmonies of #1997BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997BB

Black with #1997BB

Text Example


Text Example

White with #1997BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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