Html Css Color HEX #1797BB Pelorous

📋 copy color: '#1797BB'

red 23 ◦ green 151 ◦ blue 187

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

Shades of Pelorous #1797BB

Tints of Pelorous #1797BB

RGB

 RED value IS 23 (9.38% from 255) = 6.37%

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

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

R = 6.37%
G = 41.83%
B = 51.8%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1797BB (or 0x1797BB) is known color: Pelorous. HEX triplet: 17, 97 and BB. RGB value is (23,151,187). Sum of RGB (Red+Green+Blue) = 23+151+187=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #1797BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1797BB is #E86844. Grayscale: #747474. Windows color (decimal): -15231045 or 12293911. OLE color: 12293911.

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

Color convert

RGB 23 151 187 -
CMYK 0.88 0.19 0 0.27
HSL 193.17º 0.78% 0.41% -
HSV(B) 193.17º 0.88% 0.73% -
XYZ 20.39 25.9 50.94 -
YUV 116.83 167.59 61.07 -
System Red Green Blue C M Y K H S L
Decimal 23 151 187 0.88 0.19 0 0.27 193.17 0.78 0.41
Hex 17 97 BB 58 13 0 1B C1 4E 29
Octal 27 227 273 130 23 0 33 301 116 51
Binary 10111 10010111 10111011 1011000 10011 0 11011 11000001 1001110 101001

Color Harmonies of #1797BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1797BB

Black with #1797BB

Text Example


Text Example

White with #1797BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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