#17a2b4

Color #17A2B4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #17A2B4

Tints of Pelorous #17A2B4

Color information

#17A2B4 (or 0x17A2B4) is unknown color: approx Pelorous. HEX triplet: 17, A2 and B4. RGB value is (23,162,180). Sum of RGB (Red+Green+Blue) = 23+162+180=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #17A2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A2B4 is #E85D4B. Grayscale: #7A7A7A. Windows color (decimal): -15228236 or 11837975. OLE color: 11837975.

HSL color Cylindrical-coordinate representation of color #17A2B4: hue angle of 186.88º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17A2B4 is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB23162180-
CMYK0.870.100.29
HSL186.88º77.34%39.8%-
HSV(B)186.88º87.22%70.59%-
XYZ21.5129.3247.71-
YUV122.49160.4557.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.30%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=6.30%
G=44.38%
B=49.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal231621800.870.100.29186.8877.3439.8
Hex17A2B457A01Dbb4d28
Octal272422641271203527311550
Binary10111101000101011010010101111010011101101110111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17a2b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17a2b4; }

 p { color: rgb(23,162,180); }

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

<style>
 a { background-color: #17a2b4; }

 a { background-color: rgb(23,162,180); }

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

<style>
 span { border-color: #17a2b4; }

 span { border-color: rgb(23,162,180); }

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