#17708C

Color #17708C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #17708C

Tints of Allports #17708C

Color information

#17708C (or 0x17708C) is unknown color: approx Allports. HEX triplet: 17, 70 and 8C. RGB value is (23,112,140). Sum of RGB (Red+Green+Blue) = 23+112+140=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #17708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17708C is #E88F73. Grayscale: #585858. Windows color (decimal): -15241076 or 9203735. OLE color: 9203735.

HSL color Cylindrical-coordinate representation of color #17708C: hue angle of 194.36º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17708C is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB23112140-
CMYK0.840.2000.45
HSL194.36º71.78%31.96%-
HSV(B)194.36º83.57%54.9%-
XYZ10.8813.6626.87-
YUV88.58157.0181.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.36%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=8.36%
G=40.73%
B=50.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal231121400.840.2000.45194.3671.7831.96
Hex17708C541402Dc24820
Octal271602141242405530211040
Binary101111110000100011001010100101000101101110000101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17708C; }

 p { color: rgb(23,112,140); }

 H1.HeaderClassName
 {
   color: #17708C;
 }
 .AnyTagClassName
 {
   color: #17708C;
 }
</style>
background-color css

<style>
 a { background-color: #17708C; }

 a { background-color: rgb(23,112,140); }

 div.DivClassName
 {
   background-color: #17708C;
 }
 .BgClassName
 {
   background-color: #17708C;
 }
</style>
border-color css

<style>
 span { border-color: #17708C; }

 span { border-color: rgb(23,112,140); }

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