#17A3BE

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

Shades of Pelorous #17A3BE

Tints of Pelorous #17A3BE

Color information

#17A3BE (or 0x17A3BE) is unknown color: approx Pelorous. HEX triplet: 17, A3 and BE. RGB value is (23,163,190). Sum of RGB (Red+Green+Blue) = 23+163+190=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #17A3BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A3BE is #E85C41. Grayscale: #7B7B7B. Windows color (decimal): -15227970 or 12493591. OLE color: 12493591.

HSL color Cylindrical-coordinate representation of color #17A3BE: hue angle of 189.7º 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 #17A3BE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB23163190-
CMYK0.880.1400.25
HSL189.7º78.4%41.76%-
HSV(B)189.7º87.89%74.51%-
XYZ22.7430.0953.33-
YUV124.22165.1255.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.12%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=6.12%
G=43.35%
B=50.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231631900.880.1400.25189.778.441.76
Hex17A3BE58E019be4e2a
Octal272432761301603127611652
Binary10111101000111011111010110001110011001101111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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