#17A3B3

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

Shades of Pelorous #17A3B3

Tints of Pelorous #17A3B3

Color information

#17A3B3 (or 0x17A3B3) is unknown color: approx Pelorous. HEX triplet: 17, A3 and B3. RGB value is (23,163,179). Sum of RGB (Red+Green+Blue) = 23+163+179=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #17A3B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A3B3 is #E85C4C. Grayscale: #7A7A7A. Windows color (decimal): -15227981 or 11772695. OLE color: 11772695.

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

Color convert

RGB23163179-
CMYK0.870.0900.30
HSL186.15º77.23%39.61%-
HSV(B)186.15º87.15%70.2%-
XYZ21.5929.6347.23-
YUV122.96159.6256.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.30%
GREEN value IS 163 (64.06% from 255) = 44.66%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=6.30%
G=44.66%
B=49.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal231631790.870.0900.30186.1577.2339.61
Hex17A3B357901Eba4d28
Octal272432631271103627211550
Binary10111101000111011001110101111001011110101110101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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