#17A4BF

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

Shades of Pelorous #17A4BF

Tints of Pelorous #17A4BF

Color information

#17A4BF (or 0x17A4BF) is unknown color: approx Pelorous. HEX triplet: 17, A4 and BF. RGB value is (23,164,191). Sum of RGB (Red+Green+Blue) = 23+164+191=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #17A4BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A4BF is #E85B40. Grayscale: #7C7C7C. Windows color (decimal): -15227713 or 12559383. OLE color: 12559383.

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

Color convert

RGB23164191-
CMYK0.880.1400.25
HSL189.64º78.5%41.96%-
HSV(B)189.64º87.96%74.9%-
XYZ23.0330.4953.96-
YUV124.92165.2955.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.08%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 191 (75% from 255) = 50.53%
R=6.08%
G=43.39%
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
Decimal231641910.880.1400.25189.6478.541.96
Hex17A4BF58E019be4f2a
Octal272442771301603127611752
Binary10111101001001011111110110001110011001101111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,164,191); }

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

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

 a { background-color: rgb(23,164,191); }

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

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

 span { border-color: rgb(23,164,191); }

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