#17A5BE

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

Shades of Pelorous #17A5BE

Tints of Pelorous #17A5BE

Color information

#17A5BE (or 0x17A5BE) is unknown color: approx Pelorous. HEX triplet: 17, A5 and BE. RGB value is (23,165,190). Sum of RGB (Red+Green+Blue) = 23+165+190=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #17A5BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A5BE is #E85A41. Grayscale: #7D7D7D. Windows color (decimal): -15227458 or 12494103. OLE color: 12494103.

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

Color convert

RGB23165190-
CMYK0.880.1300.25
HSL188.98º78.4%41.76%-
HSV(B)188.98º87.89%74.51%-
XYZ23.130.8153.44-
YUV125.39164.4654.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.08%
GREEN value IS 165 (64.84% from 255) = 43.65%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=6.08%
G=43.65%
B=50.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231651900.880.1300.25188.9878.441.76
Hex17A5BE58D019bd4e2a
Octal272452761301503127511652
Binary10111101001011011111010110001101011001101111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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