Html Css Color HEX #1796BE Pelorous

📋 copy color: '#1796BE'

red 23 ◦ green 150 ◦ blue 190

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

Shades of Pelorous #1796BE

Tints of Pelorous #1796BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

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

R = 6.34%
G = 41.32%
B = 52.34%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1796BE (or 0x1796BE) is known color: Pelorous. HEX triplet: 17, 96 and BE. RGB value is (23,150,190). Sum of RGB (Red+Green+Blue) = 23+150+190=363 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.34% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #1796BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1796BE is #E86941. Grayscale: #747474. Windows color (decimal): -15231298 or 12490263. OLE color: 12490263.

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

Color convert

RGB 23 150 190 -
CMYK 0.88 0.21 0 0.25
HSL 194.37º 0.78% 0.42% -
HSV(B) 194.37º 0.88% 0.75% -
XYZ 20.55 25.71 52.59 -
YUV 116.59 169.42 61.25 -
System Red Green Blue C M Y K H S L
Decimal 23 150 190 0.88 0.21 0 0.25 194.37 0.78 0.42
Hex 17 96 BE 58 15 0 19 C2 4E 2A
Octal 27 226 276 130 25 0 31 302 116 52
Binary 10111 10010110 10111110 1011000 10101 0 11001 11000010 1001110 101010

Color Harmonies of #1796BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796BE

Black with #1796BE

Text Example


Text Example

White with #1796BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,150,190); }

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

background-color css

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

 a { background-color: rgb(23,150,190); }

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

border-color css

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

 span { border-color: rgb(23,150,190); }

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