Html Css Color HEX #1796A7 Pelorous

📋 copy color: '#1796A7'

red 23 ◦ green 150 ◦ blue 167

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

Shades of Pelorous #1796A7

Tints of Pelorous #1796A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.12%

R = 6.76%
G = 44.12%
B = 49.12%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1796A7 (or 0x1796A7) is known color: Pelorous. HEX triplet: 17, 96 and A7. RGB value is (23,150,167). Sum of RGB (Red+Green+Blue) = 23+150+167=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #1796A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1796A7 is #E86958. Grayscale: #717171. Windows color (decimal): -15231321 or 10982935. OLE color: 10982935.

HSL color Cylindrical-coordinate representation of color #1796A7: hue angle of 187.08º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1796A7 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 150 167 -
CMYK 0.86 0.10 0 0.35
HSL 187.08º 0.76% 0.37% -
HSV(B) 187.08º 0.86% 0.65% -
XYZ 18.23 24.78 40.38 -
YUV 113.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 23 150 167 0.86 0.10 0 0.35 187.08 0.76 0.37
Hex 17 96 A7 56 A 0 23 BB 4C 25
Octal 27 226 247 126 12 0 43 273 114 45
Binary 10111 10010110 10100111 1010110 1010 0 100011 10111011 1001100 100101

Color Harmonies of #1796A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1796A7

Black with #1796A7

Text Example


Text Example

White with #1796A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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